Shades of Atoll #238285
Tints of Atoll #238285
RGB
CMYK
RGB Variations
Color information
#238285 (or 0x238285) is known color: Atoll. HEX triplet: 23, 82 and 85. RGB value is (35,130,133). Sum of RGB (Red+Green+Blue) = 35+130+133=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #238285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238285 is #DC7D7A. Grayscale: #656565. Windows color (decimal): -14450043 or 8749603. OLE color: 8749603.
HSL color Cylindrical-coordinate representation of color #238285: hue angle of 181.84º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238285 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 130 | 133 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.48 |
| HSL | 181.84º | 0.58% | 0.33% | - |
| HSV(B) | 181.84º | 0.74% | 0.52% | - |
| XYZ | 12.91 | 18.02 | 24.99 | - |
| YUV | 101.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 133 | 0.74 | 0.02 | 0 | 0.48 | 181.84 | 0.58 | 0.33 |
| Hex | 23 | 82 | 85 | 4A | 2 | 0 | 30 | B6 | 3A | 21 |
| Octal | 43 | 202 | 205 | 112 | 2 | 0 | 60 | 266 | 72 | 41 |
| Binary | 100011 | 10000010 | 10000101 | 1001010 | 10 | 0 | 110000 | 10110110 | 111010 | 100001 |
Color Harmonies of #238285
Complementary color
Monochromatic Colors of #238285
Black with #238285
Text Example
Text Example
White with #238285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238285; }
p { color: rgb(35,130,133); }
H1.HeaderClassName
{
color: #238285;
}
.AnyTagClassName
{
color: #238285;
}
</style>
background-color css
<style>
a { background-color: #238285; }
a { background-color: rgb(35,130,133); }
div.DivClassName
{
background-color: #238285;
}
.BgClassName
{
background-color: #238285;
}
</style>
border-color css
<style>
span { border-color: #238285; }
span { border-color: rgb(35,130,133); }
td.TdClassName
{
border-color: #238285;
}
.TagClassName
{
border-color: #238285;
}
</style>