Shades of Atoll #238284
Tints of Atoll #238284
RGB
CMYK
RGB Variations
Color information
#238284 (or 0x238284) is known color: Atoll. HEX triplet: 23, 82 and 84. RGB value is (35,130,132). Sum of RGB (Red+Green+Blue) = 35+130+132=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #238284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238284 is #DC7D7B. Grayscale: #656565. Windows color (decimal): -14450044 or 8684067. OLE color: 8684067.
HSL color Cylindrical-coordinate representation of color #238284: hue angle of 181.24º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238284 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 130 | 132 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.48 |
| HSL | 181.24º | 0.58% | 0.33% | - |
| HSV(B) | 181.24º | 0.73% | 0.52% | - |
| XYZ | 12.84 | 17.99 | 24.63 | - |
| YUV | 101.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 132 | 0.73 | 0.02 | 0 | 0.48 | 181.24 | 0.58 | 0.33 |
| Hex | 23 | 82 | 84 | 49 | 2 | 0 | 30 | B5 | 3A | 21 |
| Octal | 43 | 202 | 204 | 111 | 2 | 0 | 60 | 265 | 72 | 41 |
| Binary | 100011 | 10000010 | 10000100 | 1001001 | 10 | 0 | 110000 | 10110101 | 111010 | 100001 |
Color Harmonies of #238284
Complementary color
Monochromatic Colors of #238284
Black with #238284
Text Example
Text Example
White with #238284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238284; }
p { color: rgb(35,130,132); }
H1.HeaderClassName
{
color: #238284;
}
.AnyTagClassName
{
color: #238284;
}
</style>
background-color css
<style>
a { background-color: #238284; }
a { background-color: rgb(35,130,132); }
div.DivClassName
{
background-color: #238284;
}
.BgClassName
{
background-color: #238284;
}
</style>
border-color css
<style>
span { border-color: #238284; }
span { border-color: rgb(35,130,132); }
td.TdClassName
{
border-color: #238284;
}
.TagClassName
{
border-color: #238284;
}
</style>