Html Css Color HEX #378F86 Blue Chill

📋 copy color: '#378F86'

red 55 ◦ green 143 ◦ blue 134

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

Shades of Blue Chill #378F86

Tints of Blue Chill #378F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.07%

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

R = 16.57%
G = 43.07%
B = 40.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#378F86 (or 0x378F86) is known color: Blue Chill. HEX triplet: 37, 8F and 86. RGB value is (55,143,134). Sum of RGB (Red+Green+Blue) = 55+143+134=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #378F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378F86 is #C87079. Grayscale: #737373. Windows color (decimal): -13135994 or 8818487. OLE color: 8818487.

HSL color Cylindrical-coordinate representation of color #378F86: hue angle of 173.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378F86 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 143 134 -
CMYK 0.62 0 0.06 0.44
HSL 173.86º 0.44% 0.39% -
HSV(B) 173.86º 0.62% 0.56% -
XYZ 15.7 22.18 26.01 -
YUV 115.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 55 143 134 0.62 0 0.06 0.44 173.86 0.44 0.39
Hex 37 8F 86 3E 0 6 2C AE 2C 27
Octal 67 217 206 76 0 6 54 256 54 47
Binary 110111 10001111 10000110 111110 0 110 101100 10101110 101100 100111

Color Harmonies of #378F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378F86

Black with #378F86

Text Example


Text Example

White with #378F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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