Html Css Color HEX #378C87 Blue Chill

📋 copy color: '#378C87'

red 55 ◦ green 140 ◦ blue 135

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

Shades of Blue Chill #378C87

Tints of Blue Chill #378C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

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

R = 16.67%
G = 42.42%
B = 40.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#378C87 (or 0x378C87) is known color: Blue Chill. HEX triplet: 37, 8C and 87. RGB value is (55,140,135). Sum of RGB (Red+Green+Blue) = 55+140+135=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #378C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C87 is #C87378. Grayscale: #717171. Windows color (decimal): -13136761 or 8883255. OLE color: 8883255.

HSL color Cylindrical-coordinate representation of color #378C87: hue angle of 176.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C87 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 140 135 -
CMYK 0.61 0 0.04 0.45
HSL 176.47º 0.44% 0.38% -
HSV(B) 176.47º 0.61% 0.55% -
XYZ 15.33 21.32 26.23 -
YUV 114.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 55 140 135 0.61 0 0.04 0.45 176.47 0.44 0.38
Hex 37 8C 87 3D 0 4 2D B0 2C 26
Octal 67 214 207 75 0 4 55 260 54 46
Binary 110111 10001100 10000111 111101 0 100 101101 10110000 101100 100110

Color Harmonies of #378C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C87

Black with #378C87

Text Example


Text Example

White with #378C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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