Html Css Color HEX #378786 Blue Chill

📋 copy color: '#378786'

red 55 ◦ green 135 ◦ blue 134

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

Shades of Blue Chill #378786

Tints of Blue Chill #378786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 16.98%
G = 41.67%
B = 41.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#378786 (or 0x378786) is known color: Blue Chill. HEX triplet: 37, 87 and 86. RGB value is (55,135,134). Sum of RGB (Red+Green+Blue) = 55+135+134=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #378786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378786 is #C87879. Grayscale: #6E6E6E. Windows color (decimal): -13138042 or 8816439. OLE color: 8816439.

HSL color Cylindrical-coordinate representation of color #378786: hue angle of 179.25º 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 #378786 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 135 134 -
CMYK 0.59 0 0.01 0.47
HSL 179.25º 0.42% 0.37% -
HSV(B) 179.25º 0.59% 0.53% -
XYZ 14.54 19.86 25.62 -
YUV 110.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 55 135 134 0.59 0 0.01 0.47 179.25 0.42 0.37
Hex 37 87 86 3B 0 1 2F B3 2A 25
Octal 67 207 206 73 0 1 57 263 52 45
Binary 110111 10000111 10000110 111011 0 1 101111 10110011 101010 100101

Color Harmonies of #378786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378786

Black with #378786

Text Example


Text Example

White with #378786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378786; }

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

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

background-color css

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

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

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

border-color css

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

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

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