Html Css Color HEX #37868D Blue Chill

📋 copy color: '#37868D'

red 55 ◦ green 134 ◦ blue 141

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

Shades of Blue Chill #37868D

Tints of Blue Chill #37868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 16.67%
G = 40.61%
B = 42.73%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37868D (or 0x37868D) is known color: Blue Chill. HEX triplet: 37, 86 and 8D. RGB value is (55,134,141). Sum of RGB (Red+Green+Blue) = 55+134+141=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #37868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37868D is #C87972. Grayscale: #6F6F6F. Windows color (decimal): -13138291 or 9274935. OLE color: 9274935.

HSL color Cylindrical-coordinate representation of color #37868D: hue angle of 184.88º 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 #37868D is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 134 141 -
CMYK 0.61 0.05 0 0.45
HSL 184.88º 0.44% 0.38% -
HSV(B) 184.88º 0.61% 0.55% -
XYZ 14.91 19.79 28.23 -
YUV 111.18 144.83 87.93 -
System Red Green Blue C M Y K H S L
Decimal 55 134 141 0.61 0.05 0 0.45 184.88 0.44 0.38
Hex 37 86 8D 3D 5 0 2D B9 2C 26
Octal 67 206 215 75 5 0 55 271 54 46
Binary 110111 10000110 10001101 111101 101 0 101101 10111001 101100 100110

Color Harmonies of #37868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37868D

Black with #37868D

Text Example


Text Example

White with #37868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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