Shades of Arapawa #245063
Tints of Arapawa #245063
RGB
CMYK
RGB Variations
Color information
#245063 (or 0x245063) is known color: Arapawa. HEX triplet: 24, 50 and 63. RGB value is (36,80,99). Sum of RGB (Red+Green+Blue) = 36+80+99=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #245063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245063 is #DBAF9C. Grayscale: #444444. Windows color (decimal): -14397341 or 6508580. OLE color: 6508580.
HSL color Cylindrical-coordinate representation of color #245063: hue angle of 198.1º 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 #245063 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 80 | 99 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.61 |
| HSL | 198.1º | 0.47% | 0.26% | - |
| HSV(B) | 198.1º | 0.64% | 0.39% | - |
| XYZ | 5.85 | 7.01 | 12.85 | - |
| YUV | 69.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 99 | 0.64 | 0.19 | 0 | 0.61 | 198.1 | 0.47 | 0.26 |
| Hex | 24 | 50 | 63 | 40 | 13 | 0 | 3D | C6 | 2F | 1A |
| Octal | 44 | 120 | 143 | 100 | 23 | 0 | 75 | 306 | 57 | 32 |
| Binary | 100100 | 1010000 | 1100011 | 1000000 | 10011 | 0 | 111101 | 11000110 | 101111 | 11010 |
Color Harmonies of #245063
Complementary color
Monochromatic Colors of #245063
Black with #245063
Text Example
Text Example
White with #245063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245063; }
p { color: rgb(36,80,99); }
H1.HeaderClassName
{
color: #245063;
}
.AnyTagClassName
{
color: #245063;
}
</style>
background-color css
<style>
a { background-color: #245063; }
a { background-color: rgb(36,80,99); }
div.DivClassName
{
background-color: #245063;
}
.BgClassName
{
background-color: #245063;
}
</style>
border-color css
<style>
span { border-color: #245063; }
span { border-color: rgb(36,80,99); }
td.TdClassName
{
border-color: #245063;
}
.TagClassName
{
border-color: #245063;
}
</style>