Shades of Atoll #22757E
Tints of Atoll #22757E
RGB
CMYK
RGB Variations
Color information
#22757E (or 0x22757E) is known color: Atoll. HEX triplet: 22, 75 and 7E. RGB value is (34,117,126). Sum of RGB (Red+Green+Blue) = 34+117+126=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #22757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22757E is #DD8A81. Grayscale: #5D5D5D. Windows color (decimal): -14518914 or 8287522. OLE color: 8287522.
HSL color Cylindrical-coordinate representation of color #22757E: hue angle of 185.87º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22757E is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 117 | 126 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.51 |
| HSL | 185.87º | 0.58% | 0.31% | - |
| HSV(B) | 185.87º | 0.73% | 0.49% | - |
| XYZ | 10.79 | 14.57 | 21.98 | - |
| YUV | 93.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 117 | 126 | 0.73 | 0.07 | 0 | 0.51 | 185.87 | 0.58 | 0.31 |
| Hex | 22 | 75 | 7E | 49 | 7 | 0 | 33 | BA | 3A | 1F |
| Octal | 42 | 165 | 176 | 111 | 7 | 0 | 63 | 272 | 72 | 37 |
| Binary | 100010 | 1110101 | 1111110 | 1001001 | 111 | 0 | 110011 | 10111010 | 111010 | 11111 |
Color Harmonies of #22757E
Complementary color
Monochromatic Colors of #22757E
Black with #22757E
Text Example
Text Example
White with #22757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22757E; }
p { color: rgb(34,117,126); }
H1.HeaderClassName
{
color: #22757E;
}
.AnyTagClassName
{
color: #22757E;
}
</style>
background-color css
<style>
a { background-color: #22757E; }
a { background-color: rgb(34,117,126); }
div.DivClassName
{
background-color: #22757E;
}
.BgClassName
{
background-color: #22757E;
}
</style>
border-color css
<style>
span { border-color: #22757E; }
span { border-color: rgb(34,117,126); }
td.TdClassName
{
border-color: #22757E;
}
.TagClassName
{
border-color: #22757E;
}
</style>