Html Css Color HEX #378686 Blue Chill

📋 copy color: '#378686'

red 55 ◦ green 134 ◦ blue 134

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

Shades of Blue Chill #378686

Tints of Blue Chill #378686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.49%

R = 17.03%
G = 41.49%
B = 41.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#378686 (or 0x378686) is known color: Blue Chill. HEX triplet: 37, 86 and 86. RGB value is (55,134,134). Sum of RGB (Red+Green+Blue) = 55+134+134=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #378686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378686 is #C87979. Grayscale: #6E6E6E. Windows color (decimal): -13138298 or 8816183. OLE color: 8816183.

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

Color convert

RGB 55 134 134 -
CMYK 0.59 0 0 0.47
HSL 180º 0.42% 0.37% -
HSV(B) 180º 0.59% 0.53% -
XYZ 14.4 19.58 25.58 -
YUV 110.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 55 134 134 0.59 0 0 0.47 180 0.42 0.37
Hex 37 86 86 3B 0 0 2F B4 2A 25
Octal 67 206 206 73 0 0 57 264 52 45
Binary 110111 10000110 10000110 111011 0 0 101111 10110100 101010 100101

Color Harmonies of #378686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378686

Black with #378686

Text Example


Text Example

White with #378686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378686; }

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

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

background-color css

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

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

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

border-color css

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

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

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