Shades of Atoll #1F7274
Tints of Atoll #1F7274
RGB
CMYK
RGB Variations
Color information
#1F7274 (or 0x1F7274) is known color: Atoll. HEX triplet: 1F, 72 and 74. RGB value is (31,114,116). Sum of RGB (Red+Green+Blue) = 31+114+116=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F7274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7274 is #E08D8B. Grayscale: #595959. Windows color (decimal): -14716300 or 7631391. OLE color: 7631391.
HSL color Cylindrical-coordinate representation of color #1F7274: hue angle of 181.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7274 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 116 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.55 |
| HSL | 181.41º | 0.58% | 0.29% | - |
| HSV(B) | 181.41º | 0.73% | 0.45% | - |
| XYZ | 9.73 | 13.59 | 18.63 | - |
| YUV | 89.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 116 | 0.73 | 0.02 | 0 | 0.55 | 181.41 | 0.58 | 0.29 |
| Hex | 1F | 72 | 74 | 49 | 2 | 0 | 37 | B5 | 3A | 1D |
| Octal | 37 | 162 | 164 | 111 | 2 | 0 | 67 | 265 | 72 | 35 |
| Binary | 11111 | 1110010 | 1110100 | 1001001 | 10 | 0 | 110111 | 10110101 | 111010 | 11101 |
Color Harmonies of #1F7274
Complementary color
Monochromatic Colors of #1F7274
Black with #1F7274
Text Example
Text Example
White with #1F7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7274; }
p { color: rgb(31,114,116); }
H1.HeaderClassName
{
color: #1F7274;
}
.AnyTagClassName
{
color: #1F7274;
}
</style>
background-color css
<style>
a { background-color: #1F7274; }
a { background-color: rgb(31,114,116); }
div.DivClassName
{
background-color: #1F7274;
}
.BgClassName
{
background-color: #1F7274;
}
</style>
border-color css
<style>
span { border-color: #1F7274; }
span { border-color: rgb(31,114,116); }
td.TdClassName
{
border-color: #1F7274;
}
.TagClassName
{
border-color: #1F7274;
}
</style>