#378C8E

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

Shades of Blue Chill #378C8E

Tints of Blue Chill #378C8E

Color information

#378C8E (or 0x378C8E) is unknown color: approx Blue Chill. HEX triplet: 37, 8C and 8E. RGB value is (55,140,142). Sum of RGB (Red+Green+Blue) = 55+140+142=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #378C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C8E is #C87371. Grayscale: #727272. Windows color (decimal): -13136754 or 9342007. OLE color: 9342007.

HSL color Cylindrical-coordinate representation of color #378C8E: hue angle of 181.38º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C8E is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55140142-
CMYK0.610.0100.44
HSL181.38º44.16%38.63%-
HSV(B)181.38º61.27%55.69%-
XYZ15.8421.5228.91-
YUV114.81143.3485.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.32%
GREEN value IS 140 (55.08% from 255) = 41.54%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=16.32%
G=41.54%
B=42.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551401420.610.0100.44181.3844.1638.63
Hex378C8E3D102Cb52c27
Octal672142167510542655447
Binary11011110001100100011101111011010110010110101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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