Shades of Arapawa #24535F
Tints of Arapawa #24535F
RGB
CMYK
RGB Variations
Color information
#24535F (or 0x24535F) is known color: Arapawa. HEX triplet: 24, 53 and 5F. RGB value is (36,83,95). Sum of RGB (Red+Green+Blue) = 36+83+95=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #24535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24535F is #DBACA0. Grayscale: #464646. Windows color (decimal): -14396577 or 6247204. OLE color: 6247204.
HSL color Cylindrical-coordinate representation of color #24535F: hue angle of 192.2º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24535F is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 83 | 95 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.63 |
| HSL | 192.2º | 0.45% | 0.26% | - |
| HSV(B) | 192.2º | 0.62% | 0.37% | - |
| XYZ | 5.89 | 7.39 | 11.94 | - |
| YUV | 70.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 95 | 0.62 | 0.13 | 0 | 0.63 | 192.2 | 0.45 | 0.26 |
| Hex | 24 | 53 | 5F | 3E | D | 0 | 3F | C0 | 2D | 1A |
| Octal | 44 | 123 | 137 | 76 | 15 | 0 | 77 | 300 | 55 | 32 |
| Binary | 100100 | 1010011 | 1011111 | 111110 | 1101 | 0 | 111111 | 11000000 | 101101 | 11010 |
Color Harmonies of #24535F
Complementary color
Monochromatic Colors of #24535F
Black with #24535F
Text Example
Text Example
White with #24535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24535F; }
p { color: rgb(36,83,95); }
H1.HeaderClassName
{
color: #24535F;
}
.AnyTagClassName
{
color: #24535F;
}
</style>
background-color css
<style>
a { background-color: #24535F; }
a { background-color: rgb(36,83,95); }
div.DivClassName
{
background-color: #24535F;
}
.BgClassName
{
background-color: #24535F;
}
</style>
border-color css
<style>
span { border-color: #24535F; }
span { border-color: rgb(36,83,95); }
td.TdClassName
{
border-color: #24535F;
}
.TagClassName
{
border-color: #24535F;
}
</style>