Html Css Color HEX #378688 Blue Chill

📋 copy color: '#378688'

red 55 ◦ green 134 ◦ blue 136

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

Shades of Blue Chill #378688

Tints of Blue Chill #378688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 16.92%
G = 41.23%
B = 41.85%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#378688 (or 0x378688) is known color: Blue Chill. HEX triplet: 37, 86 and 88. RGB value is (55,134,136). Sum of RGB (Red+Green+Blue) = 55+134+136=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #378688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378688 is #C87977. Grayscale: #6E6E6E. Windows color (decimal): -13138296 or 8947255. OLE color: 8947255.

HSL color Cylindrical-coordinate representation of color #378688: hue angle of 181.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378688 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 136 -
CMYK 0.60 0.01 0 0.47
HSL 181.48º 0.42% 0.37% -
HSV(B) 181.48º 0.6% 0.53% -
XYZ 14.54 19.64 26.32 -
YUV 110.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 55 134 136 0.60 0.01 0 0.47 181.48 0.42 0.37
Hex 37 86 88 3C 1 0 2F B5 2A 25
Octal 67 206 210 74 1 0 57 265 52 45
Binary 110111 10000110 10001000 111100 1 0 101111 10110101 101010 100101

Color Harmonies of #378688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378688

Black with #378688

Text Example


Text Example

White with #378688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378688; }

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

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

background-color css

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

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

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

border-color css

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

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

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