Html Css Color HEX #37838C Blue Chill

📋 copy color: '#37838C'

red 55 ◦ green 131 ◦ blue 140

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

Shades of Blue Chill #37838C

Tints of Blue Chill #37838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 16.87%
G = 40.18%
B = 42.94%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37838C (or 0x37838C) is known color: Blue Chill. HEX triplet: 37, 83 and 8C. RGB value is (55,131,140). Sum of RGB (Red+Green+Blue) = 55+131+140=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #37838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37838C is #C87C73. Grayscale: #6D6D6D. Windows color (decimal): -13139060 or 9208631. OLE color: 9208631.

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

Color convert

RGB 55 131 140 -
CMYK 0.61 0.06 0 0.45
HSL 186.35º 0.44% 0.38% -
HSV(B) 186.35º 0.61% 0.55% -
XYZ 14.43 18.94 27.71 -
YUV 109.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 55 131 140 0.61 0.06 0 0.45 186.35 0.44 0.38
Hex 37 83 8C 3D 6 0 2D BA 2C 26
Octal 67 203 214 75 6 0 55 272 54 46
Binary 110111 10000011 10001100 111101 110 0 101101 10111010 101100 100110

Color Harmonies of #37838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37838C

Black with #37838C

Text Example


Text Example

White with #37838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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