Html Css Color HEX #37828B Blue Chill

📋 copy color: '#37828B'

red 55 ◦ green 130 ◦ blue 139

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

Shades of Blue Chill #37828B

Tints of Blue Chill #37828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 16.98%
G = 40.12%
B = 42.9%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37828B (or 0x37828B) is known color: Blue Chill. HEX triplet: 37, 82 and 8B. RGB value is (55,130,139). Sum of RGB (Red+Green+Blue) = 55+130+139=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #37828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37828B is #C87D74. Grayscale: #6C6C6C. Windows color (decimal): -13139317 or 9142839. OLE color: 9142839.

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

Color convert

RGB 55 130 139 -
CMYK 0.60 0.06 0 0.45
HSL 186.43º 0.43% 0.38% -
HSV(B) 186.43º 0.6% 0.55% -
XYZ 14.22 18.64 27.27 -
YUV 108.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 55 130 139 0.60 0.06 0 0.45 186.43 0.43 0.38
Hex 37 82 8B 3C 6 0 2D BA 2B 26
Octal 67 202 213 74 6 0 55 272 53 46
Binary 110111 10000010 10001011 111100 110 0 101101 10111010 101011 100110

Color Harmonies of #37828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37828B

Black with #37828B

Text Example


Text Example

White with #37828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37828B; }

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

 H1.HeaderClassName
 {
   color: #37828B;
 }
 .AnyTagClassName
 {
   color: #37828B;
 }
</style>

background-color css

<style>
 a { background-color: #37828B; }

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

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

border-color css

<style>
 span { border-color: #37828B; }

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

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