Html Css Color HEX #378691 Blue Chill

📋 copy color: '#378691'

red 55 ◦ green 134 ◦ blue 145

#378691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #378691

Tints of Blue Chill #378691

RGB

 RED value IS 55 (21.88% from 255) = 16.47%

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 16.47%
G = 40.12%
B = 43.41%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#378691 (or 0x378691) is known color: Blue Chill. HEX triplet: 37, 86 and 91. RGB value is (55,134,145). Sum of RGB (Red+Green+Blue) = 55+134+145=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #378691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378691 is #C8796E. Grayscale: #6F6F6F. Windows color (decimal): -13138287 or 9537079. OLE color: 9537079.

HSL color Cylindrical-coordinate representation of color #378691: hue angle of 187.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378691 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 134 145 -
CMYK 0.62 0.08 0 0.43
HSL 187.33º 0.45% 0.39% -
HSV(B) 187.33º 0.62% 0.57% -
XYZ 15.21 19.91 29.83 -
YUV 111.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 55 134 145 0.62 0.08 0 0.43 187.33 0.45 0.39
Hex 37 86 91 3E 8 0 2B BB 2D 27
Octal 67 206 221 76 10 0 53 273 55 47
Binary 110111 10000110 10010001 111110 1000 0 101011 10111011 101101 100111

Color Harmonies of #378691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378691

Black with #378691

Text Example


Text Example

White with #378691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378691; }

 p { color: rgb(55,134,145); }

 H1.HeaderClassName
 {
   color: #378691;
 }
 .AnyTagClassName
 {
   color: #378691;
 }
</style>

background-color css

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

 a { background-color: rgb(55,134,145); }

 div.DivClassName
 {
   background-color: #378691;
 }
 .BgClassName
 {
   background-color: #378691;
 }
</style>

border-color css

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

 span { border-color: rgb(55,134,145); }

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