Shades of Atoll #2F7885
Tints of Atoll #2F7885
RGB
CMYK
RGB Variations
Color information
#2F7885 (or 0x2F7885) is known color: Atoll. HEX triplet: 2F, 78 and 85. RGB value is (47,120,133). Sum of RGB (Red+Green+Blue) = 47+120+133=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F7885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7885 is #D0877A. Grayscale: #636363. Windows color (decimal): -13666171 or 8747055. OLE color: 8747055.
HSL color Cylindrical-coordinate representation of color #2F7885: hue angle of 189.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7885 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 120 | 133 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.48 |
| HSL | 189.07º | 0.48% | 0.35% | - |
| HSV(B) | 189.07º | 0.65% | 0.52% | - |
| XYZ | 12.12 | 15.73 | 24.59 | - |
| YUV | 99.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 133 | 0.65 | 0.10 | 0 | 0.48 | 189.07 | 0.48 | 0.35 |
| Hex | 2F | 78 | 85 | 41 | A | 0 | 30 | BD | 30 | 23 |
| Octal | 57 | 170 | 205 | 101 | 12 | 0 | 60 | 275 | 60 | 43 |
| Binary | 101111 | 1111000 | 10000101 | 1000001 | 1010 | 0 | 110000 | 10111101 | 110000 | 100011 |
Color Harmonies of #2F7885
Complementary color
Monochromatic Colors of #2F7885
Black with #2F7885
Text Example
Text Example
White with #2F7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7885; }
p { color: rgb(47,120,133); }
H1.HeaderClassName
{
color: #2F7885;
}
.AnyTagClassName
{
color: #2F7885;
}
</style>
background-color css
<style>
a { background-color: #2F7885; }
a { background-color: rgb(47,120,133); }
div.DivClassName
{
background-color: #2F7885;
}
.BgClassName
{
background-color: #2F7885;
}
</style>
border-color css
<style>
span { border-color: #2F7885; }
span { border-color: rgb(47,120,133); }
td.TdClassName
{
border-color: #2F7885;
}
.TagClassName
{
border-color: #2F7885;
}
</style>