#378CCA

Color #378CCA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #378CCA

Tints of Curious Blue #378CCA

Color information

#378CCA (or 0x378CCA) is unknown color: approx Curious Blue. HEX triplet: 37, 8C and CA. RGB value is (55,140,202). Sum of RGB (Red+Green+Blue) = 55+140+202=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #378CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CCA is #C87335. Grayscale: #797979. Windows color (decimal): -13136694 or 13274167. OLE color: 13274167.

HSL color Cylindrical-coordinate representation of color #378CCA: hue angle of 205.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378CCA is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55140202-
CMYK0.730.3100.21
HSL205.31º58.1%50.39%-
HSV(B)205.31º72.77%79.22%-
XYZ21.6123.8359.34-
YUV121.65173.3480.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.85%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=13.85%
G=35.26%
B=50.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551402020.730.3100.21205.3158.150.39
Hex378CCA491F015cd3a32
Octal67214312111370253157262
Binary110111100011001100101010010011111101010111001101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378CCA; }

 p { color: rgb(55,140,202); }

 H1.HeaderClassName
 {
   color: #378CCA;
 }
 .AnyTagClassName
 {
   color: #378CCA;
 }
</style>
background-color css

<style>
 a { background-color: #378CCA; }

 a { background-color: rgb(55,140,202); }

 div.DivClassName
 {
   background-color: #378CCA;
 }
 .BgClassName
 {
   background-color: #378CCA;
 }
</style>
border-color css

<style>
 span { border-color: #378CCA; }

 span { border-color: rgb(55,140,202); }

 td.TdClassName
 {
   border-color: #378CCA;
 }
 .TagClassName
 {
   border-color: #378CCA;
 }
</style>