Shades of Blue Chill #33958C
Tints of Blue Chill #33958C
RGB
CMYK
RGB Variations
Color information
#33958C (or 0x33958C) is known color: Blue Chill. HEX triplet: 33, 95 and 8C. RGB value is (51,149,140). Sum of RGB (Red+Green+Blue) = 51+149+140=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #33958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33958C is #CC6A73. Grayscale: #767676. Windows color (decimal): -13396596 or 9213235. OLE color: 9213235.
HSL color Cylindrical-coordinate representation of color #33958C: hue angle of 174.49º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33958C is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 140 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.42 |
| HSL | 174.49º | 0.49% | 0.39% | - |
| HSV(B) | 174.49º | 0.66% | 0.58% | - |
| XYZ | 16.85 | 24.09 | 28.57 | - |
| YUV | 118.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 140 | 0.66 | 0 | 0.06 | 0.42 | 174.49 | 0.49 | 0.39 |
| Hex | 33 | 95 | 8C | 42 | 0 | 6 | 2A | AE | 31 | 27 |
| Octal | 63 | 225 | 214 | 102 | 0 | 6 | 52 | 256 | 61 | 47 |
| Binary | 110011 | 10010101 | 10001100 | 1000010 | 0 | 110 | 101010 | 10101110 | 110001 | 100111 |
Color Harmonies of #33958C
Complementary color
Monochromatic Colors of #33958C
Black with #33958C
Text Example
Text Example
White with #33958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33958C; }
p { color: rgb(51,149,140); }
H1.HeaderClassName
{
color: #33958C;
}
.AnyTagClassName
{
color: #33958C;
}
</style>
background-color css
<style>
a { background-color: #33958C; }
a { background-color: rgb(51,149,140); }
div.DivClassName
{
background-color: #33958C;
}
.BgClassName
{
background-color: #33958C;
}
</style>
border-color css
<style>
span { border-color: #33958C; }
span { border-color: rgb(51,149,140); }
td.TdClassName
{
border-color: #33958C;
}
.TagClassName
{
border-color: #33958C;
}
</style>