Html Css Color HEX #37828F Blue Chill

📋 copy color: '#37828F'

red 55 ◦ green 130 ◦ blue 143

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

Shades of Blue Chill #37828F

Tints of Blue Chill #37828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 16.77%
G = 39.63%
B = 43.6%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37828F (or 0x37828F) is known color: Blue Chill. HEX triplet: 37, 82 and 8F. RGB value is (55,130,143). Sum of RGB (Red+Green+Blue) = 55+130+143=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #37828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37828F is #C87D70. Grayscale: #6C6C6C. Windows color (decimal): -13139313 or 9404983. OLE color: 9404983.

HSL color Cylindrical-coordinate representation of color #37828F: hue angle of 188.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 #37828F is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 130 143 -
CMYK 0.62 0.09 0 0.44
HSL 188.86º 0.44% 0.39% -
HSV(B) 188.86º 0.62% 0.56% -
XYZ 14.52 18.76 28.84 -
YUV 109.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 55 130 143 0.62 0.09 0 0.44 188.86 0.44 0.39
Hex 37 82 8F 3E 9 0 2C BD 2C 27
Octal 67 202 217 76 11 0 54 275 54 47
Binary 110111 10000010 10001111 111110 1001 0 101100 10111101 101100 100111

Color Harmonies of #37828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37828F

Black with #37828F

Text Example


Text Example

White with #37828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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