Shades of Atoll #33757E
Tints of Atoll #33757E
RGB
CMYK
RGB Variations
Color information
#33757E (or 0x33757E) is known color: Atoll. HEX triplet: 33, 75 and 7E. RGB value is (51,117,126). Sum of RGB (Red+Green+Blue) = 51+117+126=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #33757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33757E is #CC8A81. Grayscale: #626262. Windows color (decimal): -13404802 or 8287539. OLE color: 8287539.
HSL color Cylindrical-coordinate representation of color #33757E: hue angle of 187.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33757E is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 117 | 126 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.51 |
| HSL | 187.2º | 0.42% | 0.35% | - |
| HSV(B) | 187.2º | 0.6% | 0.49% | - |
| XYZ | 11.49 | 14.93 | 22.02 | - |
| YUV | 98.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 126 | 0.60 | 0.07 | 0 | 0.51 | 187.2 | 0.42 | 0.35 |
| Hex | 33 | 75 | 7E | 3C | 7 | 0 | 33 | BB | 2A | 23 |
| Octal | 63 | 165 | 176 | 74 | 7 | 0 | 63 | 273 | 52 | 43 |
| Binary | 110011 | 1110101 | 1111110 | 111100 | 111 | 0 | 110011 | 10111011 | 101010 | 100011 |
Color Harmonies of #33757E
Complementary color
Monochromatic Colors of #33757E
Black with #33757E
Text Example
Text Example
White with #33757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33757E; }
p { color: rgb(51,117,126); }
H1.HeaderClassName
{
color: #33757E;
}
.AnyTagClassName
{
color: #33757E;
}
</style>
background-color css
<style>
a { background-color: #33757E; }
a { background-color: rgb(51,117,126); }
div.DivClassName
{
background-color: #33757E;
}
.BgClassName
{
background-color: #33757E;
}
</style>
border-color css
<style>
span { border-color: #33757E; }
span { border-color: rgb(51,117,126); }
td.TdClassName
{
border-color: #33757E;
}
.TagClassName
{
border-color: #33757E;
}
</style>