Shades of Atoll #23858A
Tints of Atoll #23858A
RGB
CMYK
RGB Variations
Color information
#23858A (or 0x23858A) is known color: Atoll. HEX triplet: 23, 85 and 8A. RGB value is (35,133,138). Sum of RGB (Red+Green+Blue) = 35+133+138=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #23858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23858A is #DC7A75. Grayscale: #686868. Windows color (decimal): -14449270 or 9078051. OLE color: 9078051.
HSL color Cylindrical-coordinate representation of color #23858A: hue angle of 182.91º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23858A is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 133 | 138 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.46 |
| HSL | 182.91º | 0.6% | 0.34% | - |
| HSV(B) | 182.91º | 0.75% | 0.54% | - |
| XYZ | 13.67 | 18.97 | 26.99 | - |
| YUV | 104.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 138 | 0.75 | 0.04 | 0 | 0.46 | 182.91 | 0.6 | 0.34 |
| Hex | 23 | 85 | 8A | 4B | 4 | 0 | 2E | B7 | 3C | 22 |
| Octal | 43 | 205 | 212 | 113 | 4 | 0 | 56 | 267 | 74 | 42 |
| Binary | 100011 | 10000101 | 10001010 | 1001011 | 100 | 0 | 101110 | 10110111 | 111100 | 100010 |
Color Harmonies of #23858A
Complementary color
Monochromatic Colors of #23858A
Black with #23858A
Text Example
Text Example
White with #23858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23858A; }
p { color: rgb(35,133,138); }
H1.HeaderClassName
{
color: #23858A;
}
.AnyTagClassName
{
color: #23858A;
}
</style>
background-color css
<style>
a { background-color: #23858A; }
a { background-color: rgb(35,133,138); }
div.DivClassName
{
background-color: #23858A;
}
.BgClassName
{
background-color: #23858A;
}
</style>
border-color css
<style>
span { border-color: #23858A; }
span { border-color: rgb(35,133,138); }
td.TdClassName
{
border-color: #23858A;
}
.TagClassName
{
border-color: #23858A;
}
</style>