Shades of Arapawa #245462
Tints of Arapawa #245462
RGB
CMYK
RGB Variations
Color information
#245462 (or 0x245462) is known color: Arapawa. HEX triplet: 24, 54 and 62. RGB value is (36,84,98). Sum of RGB (Red+Green+Blue) = 36+84+98=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #245462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245462 is #DBAB9D. Grayscale: #474747. Windows color (decimal): -14396318 or 6444068. OLE color: 6444068.
HSL color Cylindrical-coordinate representation of color #245462: hue angle of 193.55º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245462 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 84 | 98 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.62 |
| HSL | 193.55º | 0.46% | 0.26% | - |
| HSV(B) | 193.55º | 0.63% | 0.38% | - |
| XYZ | 6.1 | 7.6 | 12.7 | - |
| YUV | 71.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 98 | 0.63 | 0.14 | 0 | 0.62 | 193.55 | 0.46 | 0.26 |
| Hex | 24 | 54 | 62 | 3F | E | 0 | 3E | C2 | 2E | 1A |
| Octal | 44 | 124 | 142 | 77 | 16 | 0 | 76 | 302 | 56 | 32 |
| Binary | 100100 | 1010100 | 1100010 | 111111 | 1110 | 0 | 111110 | 11000010 | 101110 | 11010 |
Color Harmonies of #245462
Complementary color
Monochromatic Colors of #245462
Black with #245462
Text Example
Text Example
White with #245462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245462; }
p { color: rgb(36,84,98); }
H1.HeaderClassName
{
color: #245462;
}
.AnyTagClassName
{
color: #245462;
}
</style>
background-color css
<style>
a { background-color: #245462; }
a { background-color: rgb(36,84,98); }
div.DivClassName
{
background-color: #245462;
}
.BgClassName
{
background-color: #245462;
}
</style>
border-color css
<style>
span { border-color: #245462; }
span { border-color: rgb(36,84,98); }
td.TdClassName
{
border-color: #245462;
}
.TagClassName
{
border-color: #245462;
}
</style>