Shades of Arapawa #24505E
Tints of Arapawa #24505E
RGB
CMYK
RGB Variations
Color information
#24505E (or 0x24505E) is known color: Arapawa. HEX triplet: 24, 50 and 5E. RGB value is (36,80,94). Sum of RGB (Red+Green+Blue) = 36+80+94=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #24505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505E is #DBAFA1. Grayscale: #444444. Windows color (decimal): -14397346 or 6180900. OLE color: 6180900.
HSL color Cylindrical-coordinate representation of color #24505E: hue angle of 194.48º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24505E is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 80 | 94 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.63 |
| HSL | 194.48º | 0.45% | 0.25% | - |
| HSV(B) | 194.48º | 0.62% | 0.37% | - |
| XYZ | 5.62 | 6.92 | 11.63 | - |
| YUV | 68.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 94 | 0.62 | 0.15 | 0 | 0.63 | 194.48 | 0.45 | 0.25 |
| Hex | 24 | 50 | 5E | 3E | F | 0 | 3F | C2 | 2D | 19 |
| Octal | 44 | 120 | 136 | 76 | 17 | 0 | 77 | 302 | 55 | 31 |
| Binary | 100100 | 1010000 | 1011110 | 111110 | 1111 | 0 | 111111 | 11000010 | 101101 | 11001 |
Color Harmonies of #24505E
Complementary color
Monochromatic Colors of #24505E
Black with #24505E
Text Example
Text Example
White with #24505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24505E; }
p { color: rgb(36,80,94); }
H1.HeaderClassName
{
color: #24505E;
}
.AnyTagClassName
{
color: #24505E;
}
</style>
background-color css
<style>
a { background-color: #24505E; }
a { background-color: rgb(36,80,94); }
div.DivClassName
{
background-color: #24505E;
}
.BgClassName
{
background-color: #24505E;
}
</style>
border-color css
<style>
span { border-color: #24505E; }
span { border-color: rgb(36,80,94); }
td.TdClassName
{
border-color: #24505E;
}
.TagClassName
{
border-color: #24505E;
}
</style>