Shades of Blue Chill #33908B
Tints of Blue Chill #33908B
RGB
CMYK
RGB Variations
Color information
#33908B (or 0x33908B) is known color: Blue Chill. HEX triplet: 33, 90 and 8B. RGB value is (51,144,139). Sum of RGB (Red+Green+Blue) = 51+144+139=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #33908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33908B is #CC6F74. Grayscale: #737373. Windows color (decimal): -13397877 or 9146419. OLE color: 9146419.
HSL color Cylindrical-coordinate representation of color #33908B: hue angle of 176.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33908B is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 139 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.44 |
| HSL | 176.77º | 0.48% | 0.38% | - |
| HSV(B) | 176.77º | 0.65% | 0.56% | - |
| XYZ | 16 | 22.51 | 27.93 | - |
| YUV | 115.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 139 | 0.65 | 0 | 0.03 | 0.44 | 176.77 | 0.48 | 0.38 |
| Hex | 33 | 90 | 8B | 41 | 0 | 3 | 2C | B1 | 30 | 26 |
| Octal | 63 | 220 | 213 | 101 | 0 | 3 | 54 | 261 | 60 | 46 |
| Binary | 110011 | 10010000 | 10001011 | 1000001 | 0 | 11 | 101100 | 10110001 | 110000 | 100110 |
Color Harmonies of #33908B
Complementary color
Monochromatic Colors of #33908B
Black with #33908B
Text Example
Text Example
White with #33908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33908B; }
p { color: rgb(51,144,139); }
H1.HeaderClassName
{
color: #33908B;
}
.AnyTagClassName
{
color: #33908B;
}
</style>
background-color css
<style>
a { background-color: #33908B; }
a { background-color: rgb(51,144,139); }
div.DivClassName
{
background-color: #33908B;
}
.BgClassName
{
background-color: #33908B;
}
</style>
border-color css
<style>
span { border-color: #33908B; }
span { border-color: rgb(51,144,139); }
td.TdClassName
{
border-color: #33908B;
}
.TagClassName
{
border-color: #33908B;
}
</style>