Html Css Color HEX #37958C Blue Chill

📋 copy color: '#37958C'

red 55 ◦ green 149 ◦ blue 140

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

Shades of Blue Chill #37958C

Tints of Blue Chill #37958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

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

R = 15.99%
G = 43.31%
B = 40.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#37958C (or 0x37958C) is known color: Blue Chill. HEX triplet: 37, 95 and 8C. RGB value is (55,149,140). Sum of RGB (Red+Green+Blue) = 55+149+140=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #37958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37958C is #C86A73. Grayscale: #777777. Windows color (decimal): -13134452 or 9213239. OLE color: 9213239.

HSL color Cylindrical-coordinate representation of color #37958C: hue angle of 174.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37958C is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 149 140 -
CMYK 0.63 0 0.06 0.42
HSL 174.26º 0.46% 0.4% -
HSV(B) 174.26º 0.63% 0.58% -
XYZ 17.06 24.2 28.58 -
YUV 119.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 55 149 140 0.63 0 0.06 0.42 174.26 0.46 0.4
Hex 37 95 8C 3F 0 6 2A AE 2E 28
Octal 67 225 214 77 0 6 52 256 56 50
Binary 110111 10010101 10001100 111111 0 110 101010 10101110 101110 101000

Color Harmonies of #37958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37958C

Black with #37958C

Text Example


Text Example

White with #37958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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