Shades of Arapawa #245463
Tints of Arapawa #245463
RGB
CMYK
RGB Variations
Color information
#245463 (or 0x245463) is known color: Arapawa. HEX triplet: 24, 54 and 63. RGB value is (36,84,99). Sum of RGB (Red+Green+Blue) = 36+84+99=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #245463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245463 is #DBAB9C. Grayscale: #474747. Windows color (decimal): -14396317 or 6509604. OLE color: 6509604.
HSL color Cylindrical-coordinate representation of color #245463: hue angle of 194.29º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245463 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 84 | 99 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.61 |
| HSL | 194.29º | 0.47% | 0.26% | - |
| HSV(B) | 194.29º | 0.64% | 0.39% | - |
| XYZ | 6.15 | 7.62 | 12.95 | - |
| YUV | 71.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 99 | 0.64 | 0.15 | 0 | 0.61 | 194.29 | 0.47 | 0.26 |
| Hex | 24 | 54 | 63 | 40 | F | 0 | 3D | C2 | 2F | 1A |
| Octal | 44 | 124 | 143 | 100 | 17 | 0 | 75 | 302 | 57 | 32 |
| Binary | 100100 | 1010100 | 1100011 | 1000000 | 1111 | 0 | 111101 | 11000010 | 101111 | 11010 |
Color Harmonies of #245463
Complementary color
Monochromatic Colors of #245463
Black with #245463
Text Example
Text Example
White with #245463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245463; }
p { color: rgb(36,84,99); }
H1.HeaderClassName
{
color: #245463;
}
.AnyTagClassName
{
color: #245463;
}
</style>
background-color css
<style>
a { background-color: #245463; }
a { background-color: rgb(36,84,99); }
div.DivClassName
{
background-color: #245463;
}
.BgClassName
{
background-color: #245463;
}
</style>
border-color css
<style>
span { border-color: #245463; }
span { border-color: rgb(36,84,99); }
td.TdClassName
{
border-color: #245463;
}
.TagClassName
{
border-color: #245463;
}
</style>