Html Css Color HEX #378B87 Blue Chill

📋 copy color: '#378B87'

red 55 ◦ green 139 ◦ blue 135

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

Shades of Blue Chill #378B87

Tints of Blue Chill #378B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.25%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 16.72%
G = 42.25%
B = 41.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#378B87 (or 0x378B87) is known color: Blue Chill. HEX triplet: 37, 8B and 87. RGB value is (55,139,135). Sum of RGB (Red+Green+Blue) = 55+139+135=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #378B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B87 is #C87478. Grayscale: #717171. Windows color (decimal): -13137017 or 8882999. OLE color: 8882999.

HSL color Cylindrical-coordinate representation of color #378B87: hue angle of 177.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B87 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 139 135 -
CMYK 0.60 0 0.03 0.45
HSL 177.14º 0.43% 0.38% -
HSV(B) 177.14º 0.6% 0.55% -
XYZ 15.18 21.03 26.18 -
YUV 113.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 55 139 135 0.60 0 0.03 0.45 177.14 0.43 0.38
Hex 37 8B 87 3C 0 3 2D B1 2B 26
Octal 67 213 207 74 0 3 55 261 53 46
Binary 110111 10001011 10000111 111100 0 11 101101 10110001 101011 100110

Color Harmonies of #378B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B87

Black with #378B87

Text Example


Text Example

White with #378B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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