Shades of Atoll #267C82
Tints of Atoll #267C82
RGB
CMYK
RGB Variations
Color information
#267C82 (or 0x267C82) is known color: Atoll. HEX triplet: 26, 7C and 82. RGB value is (38,124,130). Sum of RGB (Red+Green+Blue) = 38+124+130=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #267C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C82 is #D9837D. Grayscale: #626262. Windows color (decimal): -14254974 or 8551462. OLE color: 8551462.
HSL color Cylindrical-coordinate representation of color #267C82: hue angle of 183.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #267C82 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 124 | 130 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.49 |
| HSL | 183.91º | 0.55% | 0.33% | - |
| HSV(B) | 183.91º | 0.71% | 0.51% | - |
| XYZ | 12.04 | 16.44 | 23.66 | - |
| YUV | 98.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 130 | 0.71 | 0.05 | 0 | 0.49 | 183.91 | 0.55 | 0.33 |
| Hex | 26 | 7C | 82 | 47 | 5 | 0 | 31 | B8 | 37 | 21 |
| Octal | 46 | 174 | 202 | 107 | 5 | 0 | 61 | 270 | 67 | 41 |
| Binary | 100110 | 1111100 | 10000010 | 1000111 | 101 | 0 | 110001 | 10111000 | 110111 | 100001 |
Color Harmonies of #267C82
Complementary color
Monochromatic Colors of #267C82
Black with #267C82
Text Example
Text Example
White with #267C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C82; }
p { color: rgb(38,124,130); }
H1.HeaderClassName
{
color: #267C82;
}
.AnyTagClassName
{
color: #267C82;
}
</style>
background-color css
<style>
a { background-color: #267C82; }
a { background-color: rgb(38,124,130); }
div.DivClassName
{
background-color: #267C82;
}
.BgClassName
{
background-color: #267C82;
}
</style>
border-color css
<style>
span { border-color: #267C82; }
span { border-color: rgb(38,124,130); }
td.TdClassName
{
border-color: #267C82;
}
.TagClassName
{
border-color: #267C82;
}
</style>