Shades of Blue Chill #33888F
Tints of Blue Chill #33888F
RGB
CMYK
RGB Variations
Color information
#33888F (or 0x33888F) is known color: Blue Chill. HEX triplet: 33, 88 and 8F. RGB value is (51,136,143). Sum of RGB (Red+Green+Blue) = 51+136+143=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #33888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33888F is #CC7770. Grayscale: #6F6F6F. Windows color (decimal): -13399921 or 9406515. OLE color: 9406515.
HSL color Cylindrical-coordinate representation of color #33888F: hue angle of 184.57º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33888F is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 136 | 143 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.44 |
| HSL | 184.57º | 0.47% | 0.38% | - |
| HSV(B) | 184.57º | 0.64% | 0.56% | - |
| XYZ | 15.13 | 20.3 | 29.11 | - |
| YUV | 111.38 | 145.84 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 143 | 0.64 | 0.05 | 0 | 0.44 | 184.57 | 0.47 | 0.38 |
| Hex | 33 | 88 | 8F | 40 | 5 | 0 | 2C | B9 | 2F | 26 |
| Octal | 63 | 210 | 217 | 100 | 5 | 0 | 54 | 271 | 57 | 46 |
| Binary | 110011 | 10001000 | 10001111 | 1000000 | 101 | 0 | 101100 | 10111001 | 101111 | 100110 |
Color Harmonies of #33888F
Complementary color
Monochromatic Colors of #33888F
Black with #33888F
Text Example
Text Example
White with #33888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33888F; }
p { color: rgb(51,136,143); }
H1.HeaderClassName
{
color: #33888F;
}
.AnyTagClassName
{
color: #33888F;
}
</style>
background-color css
<style>
a { background-color: #33888F; }
a { background-color: rgb(51,136,143); }
div.DivClassName
{
background-color: #33888F;
}
.BgClassName
{
background-color: #33888F;
}
</style>
border-color css
<style>
span { border-color: #33888F; }
span { border-color: rgb(51,136,143); }
td.TdClassName
{
border-color: #33888F;
}
.TagClassName
{
border-color: #33888F;
}
</style>