Shades of Blue Chill #33888B
Tints of Blue Chill #33888B
RGB
CMYK
RGB Variations
Color information
#33888B (or 0x33888B) is known color: Blue Chill. HEX triplet: 33, 88 and 8B. RGB value is (51,136,139). Sum of RGB (Red+Green+Blue) = 51+136+139=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #33888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33888B is #CC7774. Grayscale: #6E6E6E. Windows color (decimal): -13399925 or 9144371. OLE color: 9144371.
HSL color Cylindrical-coordinate representation of color #33888B: hue angle of 182.05º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33888B is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 136 | 139 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.45 |
| HSL | 182.05º | 0.46% | 0.37% | - |
| HSV(B) | 182.05º | 0.63% | 0.55% | - |
| XYZ | 14.83 | 20.18 | 27.54 | - |
| YUV | 110.93 | 143.84 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 139 | 0.63 | 0.02 | 0 | 0.45 | 182.05 | 0.46 | 0.37 |
| Hex | 33 | 88 | 8B | 3F | 2 | 0 | 2D | B6 | 2E | 25 |
| Octal | 63 | 210 | 213 | 77 | 2 | 0 | 55 | 266 | 56 | 45 |
| Binary | 110011 | 10001000 | 10001011 | 111111 | 10 | 0 | 101101 | 10110110 | 101110 | 100101 |
Color Harmonies of #33888B
Complementary color
Monochromatic Colors of #33888B
Black with #33888B
Text Example
Text Example
White with #33888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33888B; }
p { color: rgb(51,136,139); }
H1.HeaderClassName
{
color: #33888B;
}
.AnyTagClassName
{
color: #33888B;
}
</style>
background-color css
<style>
a { background-color: #33888B; }
a { background-color: rgb(51,136,139); }
div.DivClassName
{
background-color: #33888B;
}
.BgClassName
{
background-color: #33888B;
}
</style>
border-color css
<style>
span { border-color: #33888B; }
span { border-color: rgb(51,136,139); }
td.TdClassName
{
border-color: #33888B;
}
.TagClassName
{
border-color: #33888B;
}
</style>