Shades of Atoll #267273
Tints of Atoll #267273
RGB
CMYK
RGB Variations
Color information
#267273 (or 0x267273) is known color: Atoll. HEX triplet: 26, 72 and 73. RGB value is (38,114,115). Sum of RGB (Red+Green+Blue) = 38+114+115=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #267273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267273 is #D98D8C. Grayscale: #5B5B5B. Windows color (decimal): -14257549 or 7565862. OLE color: 7565862.
HSL color Cylindrical-coordinate representation of color #267273: hue angle of 180.78º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267273 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 115 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.55 |
| HSL | 180.78º | 0.5% | 0.3% | - |
| HSV(B) | 180.78º | 0.67% | 0.45% | - |
| XYZ | 9.91 | 13.68 | 18.34 | - |
| YUV | 91.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 115 | 0.67 | 0.01 | 0 | 0.55 | 180.78 | 0.5 | 0.3 |
| Hex | 26 | 72 | 73 | 43 | 1 | 0 | 37 | B5 | 32 | 1E |
| Octal | 46 | 162 | 163 | 103 | 1 | 0 | 67 | 265 | 62 | 36 |
| Binary | 100110 | 1110010 | 1110011 | 1000011 | 1 | 0 | 110111 | 10110101 | 110010 | 11110 |
Color Harmonies of #267273
Complementary color
Monochromatic Colors of #267273
Black with #267273
Text Example
Text Example
White with #267273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267273; }
p { color: rgb(38,114,115); }
H1.HeaderClassName
{
color: #267273;
}
.AnyTagClassName
{
color: #267273;
}
</style>
background-color css
<style>
a { background-color: #267273; }
a { background-color: rgb(38,114,115); }
div.DivClassName
{
background-color: #267273;
}
.BgClassName
{
background-color: #267273;
}
</style>
border-color css
<style>
span { border-color: #267273; }
span { border-color: rgb(38,114,115); }
td.TdClassName
{
border-color: #267273;
}
.TagClassName
{
border-color: #267273;
}
</style>