Shades of Atoll #33747F
Tints of Atoll #33747F
RGB
CMYK
RGB Variations
Color information
#33747F (or 0x33747F) is known color: Atoll. HEX triplet: 33, 74 and 7F. RGB value is (51,116,127). Sum of RGB (Red+Green+Blue) = 51+116+127=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #33747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33747F is #CC8B80. Grayscale: #616161. Windows color (decimal): -13405057 or 8352819. OLE color: 8352819.
HSL color Cylindrical-coordinate representation of color #33747F: hue angle of 188.68º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33747F is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 116 | 127 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.50 |
| HSL | 188.68º | 0.43% | 0.35% | - |
| HSV(B) | 188.68º | 0.6% | 0.5% | - |
| XYZ | 11.44 | 14.73 | 22.32 | - |
| YUV | 97.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 127 | 0.60 | 0.09 | 0 | 0.50 | 188.68 | 0.43 | 0.35 |
| Hex | 33 | 74 | 7F | 3C | 9 | 0 | 32 | BD | 2B | 23 |
| Octal | 63 | 164 | 177 | 74 | 11 | 0 | 62 | 275 | 53 | 43 |
| Binary | 110011 | 1110100 | 1111111 | 111100 | 1001 | 0 | 110010 | 10111101 | 101011 | 100011 |
Color Harmonies of #33747F
Complementary color
Monochromatic Colors of #33747F
Black with #33747F
Text Example
Text Example
White with #33747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33747F; }
p { color: rgb(51,116,127); }
H1.HeaderClassName
{
color: #33747F;
}
.AnyTagClassName
{
color: #33747F;
}
</style>
background-color css
<style>
a { background-color: #33747F; }
a { background-color: rgb(51,116,127); }
div.DivClassName
{
background-color: #33747F;
}
.BgClassName
{
background-color: #33747F;
}
</style>
border-color css
<style>
span { border-color: #33747F; }
span { border-color: rgb(51,116,127); }
td.TdClassName
{
border-color: #33747F;
}
.TagClassName
{
border-color: #33747F;
}
</style>