#378fc9

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

Shades of Curious Blue #378FC9

Tints of Curious Blue #378FC9

Color information

#378FC9 (or 0x378FC9) is unknown color: approx Curious Blue. HEX triplet: 37, 8F and C9. RGB value is (55,143,201). Sum of RGB (Red+Green+Blue) = 55+143+201=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #378FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FC9 is #C87036. Grayscale: #7A7A7A. Windows color (decimal): -13135927 or 13209399. OLE color: 13209399.

HSL color Cylindrical-coordinate representation of color #378FC9: hue angle of 203.84º degrees, saturation: 0.57, 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 #378FC9 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55143201-
CMYK0.730.2900.21
HSL203.84º57.48%50.2%-
HSV(B)203.84º72.64%78.82%-
XYZ21.9424.6758.86-
YUV123.3171.8579.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.78%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 201 (78.91% from 255) = 50.38%
R=13.78%
G=35.84%
B=50.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551432010.730.2900.21203.8457.4850.2
Hex378FC9491D015cc3932
Octal67217311111350253147162
Binary110111100011111100100110010011110101010111001100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,143,201); }

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

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

 a { background-color: rgb(55,143,201); }

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

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

 span { border-color: rgb(55,143,201); }

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