Shades of Arapawa #245563
Tints of Arapawa #245563
RGB
CMYK
RGB Variations
Color information
#245563 (or 0x245563) is known color: Arapawa. HEX triplet: 24, 55 and 63. RGB value is (36,85,99). Sum of RGB (Red+Green+Blue) = 36+85+99=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #245563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245563 is #DBAA9C. Grayscale: #474747. Windows color (decimal): -14396061 or 6509860. OLE color: 6509860.
HSL color Cylindrical-coordinate representation of color #245563: hue angle of 193.33º 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 #245563 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 85 | 99 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.61 |
| HSL | 193.33º | 0.47% | 0.26% | - |
| HSV(B) | 193.33º | 0.64% | 0.39% | - |
| XYZ | 6.23 | 7.77 | 12.98 | - |
| YUV | 71.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 99 | 0.64 | 0.14 | 0 | 0.61 | 193.33 | 0.47 | 0.26 |
| Hex | 24 | 55 | 63 | 40 | E | 0 | 3D | C1 | 2F | 1A |
| Octal | 44 | 125 | 143 | 100 | 16 | 0 | 75 | 301 | 57 | 32 |
| Binary | 100100 | 1010101 | 1100011 | 1000000 | 1110 | 0 | 111101 | 11000001 | 101111 | 11010 |
Color Harmonies of #245563
Complementary color
Monochromatic Colors of #245563
Black with #245563
Text Example
Text Example
White with #245563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245563; }
p { color: rgb(36,85,99); }
H1.HeaderClassName
{
color: #245563;
}
.AnyTagClassName
{
color: #245563;
}
</style>
background-color css
<style>
a { background-color: #245563; }
a { background-color: rgb(36,85,99); }
div.DivClassName
{
background-color: #245563;
}
.BgClassName
{
background-color: #245563;
}
</style>
border-color css
<style>
span { border-color: #245563; }
span { border-color: rgb(36,85,99); }
td.TdClassName
{
border-color: #245563;
}
.TagClassName
{
border-color: #245563;
}
</style>