#378A8E

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

Shades of Blue Chill #378A8E

Tints of Blue Chill #378A8E

Color information

#378A8E (or 0x378A8E) is unknown color: approx Blue Chill. HEX triplet: 37, 8A and 8E. RGB value is (55,138,142). Sum of RGB (Red+Green+Blue) = 55+138+142=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #378A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A8E is #C87571. Grayscale: #717171. Windows color (decimal): -13137266 or 9341495. OLE color: 9341495.

HSL color Cylindrical-coordinate representation of color #378A8E: hue angle of 182.76º 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 #378A8E is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55138142-
CMYK0.610.0300.44
HSL182.76º44.16%38.63%-
HSV(B)182.76º61.27%55.69%-
XYZ15.5520.9428.81-
YUV113.6414486.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=16.42%
G=41.19%
B=42.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551381420.610.0300.44182.7644.1638.63
Hex378A8E3D302Cb72c27
Octal672122167530542675447
Binary110111100010101000111011110111010110010110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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