Shades of Pelorous #33A0B9
Tints of Pelorous #33A0B9
RGB
CMYK
RGB Variations
Color information
#33A0B9 (or 0x33A0B9) is known color: Pelorous. HEX triplet: 33, A0 and B9. RGB value is (51,160,185). Sum of RGB (Red+Green+Blue) = 51+160+185=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #33A0B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A0B9 is #CC5F46. Grayscale: #828282. Windows color (decimal): -13393735 or 12165171. OLE color: 12165171.
HSL color Cylindrical-coordinate representation of color #33A0B9: hue angle of 191.19º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33A0B9 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 160 | 185 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.27 |
| HSL | 191.19º | 0.57% | 0.46% | - |
| HSV(B) | 191.19º | 0.72% | 0.73% | - |
| XYZ | 22.69 | 29.35 | 50.37 | - |
| YUV | 130.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 185 | 0.72 | 0.14 | 0 | 0.27 | 191.19 | 0.57 | 0.46 |
| Hex | 33 | A0 | B9 | 48 | E | 0 | 1B | BF | 39 | 2E |
| Octal | 63 | 240 | 271 | 110 | 16 | 0 | 33 | 277 | 71 | 56 |
| Binary | 110011 | 10100000 | 10111001 | 1001000 | 1110 | 0 | 11011 | 10111111 | 111001 | 101110 |
Color Harmonies of #33A0B9
Complementary color
Monochromatic Colors of #33A0B9
Black with #33A0B9
Text Example
Text Example
White with #33A0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A0B9; }
p { color: rgb(51,160,185); }
H1.HeaderClassName
{
color: #33A0B9;
}
.AnyTagClassName
{
color: #33A0B9;
}
</style>
background-color css
<style>
a { background-color: #33A0B9; }
a { background-color: rgb(51,160,185); }
div.DivClassName
{
background-color: #33A0B9;
}
.BgClassName
{
background-color: #33A0B9;
}
</style>
border-color css
<style>
span { border-color: #33A0B9; }
span { border-color: rgb(51,160,185); }
td.TdClassName
{
border-color: #33A0B9;
}
.TagClassName
{
border-color: #33A0B9;
}
</style>