Shades of Atoll #256B6D
Tints of Atoll #256B6D
RGB
CMYK
RGB Variations
Color information
#256B6D (or 0x256B6D) is known color: Atoll. HEX triplet: 25, 6B and 6D. RGB value is (37,107,109). Sum of RGB (Red+Green+Blue) = 37+107+109=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #256B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B6D is #DA9492. Grayscale: #565656. Windows color (decimal): -14324883 or 7170853. OLE color: 7170853.
HSL color Cylindrical-coordinate representation of color #256B6D: hue angle of 181.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256B6D is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 107 | 109 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.57 |
| HSL | 181.67º | 0.49% | 0.29% | - |
| HSV(B) | 181.67º | 0.66% | 0.43% | - |
| XYZ | 8.78 | 12.01 | 16.32 | - |
| YUV | 86.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 109 | 0.66 | 0.02 | 0 | 0.57 | 181.67 | 0.49 | 0.29 |
| Hex | 25 | 6B | 6D | 42 | 2 | 0 | 39 | B6 | 31 | 1D |
| Octal | 45 | 153 | 155 | 102 | 2 | 0 | 71 | 266 | 61 | 35 |
| Binary | 100101 | 1101011 | 1101101 | 1000010 | 10 | 0 | 111001 | 10110110 | 110001 | 11101 |
Color Harmonies of #256B6D
Complementary color
Monochromatic Colors of #256B6D
Black with #256B6D
Text Example
Text Example
White with #256B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B6D; }
p { color: rgb(37,107,109); }
H1.HeaderClassName
{
color: #256B6D;
}
.AnyTagClassName
{
color: #256B6D;
}
</style>
background-color css
<style>
a { background-color: #256B6D; }
a { background-color: rgb(37,107,109); }
div.DivClassName
{
background-color: #256B6D;
}
.BgClassName
{
background-color: #256B6D;
}
</style>
border-color css
<style>
span { border-color: #256B6D; }
span { border-color: rgb(37,107,109); }
td.TdClassName
{
border-color: #256B6D;
}
.TagClassName
{
border-color: #256B6D;
}
</style>