Shades of Arapawa #245465
Tints of Arapawa #245465
RGB
CMYK
RGB Variations
Color information
#245465 (or 0x245465) is known color: Arapawa. HEX triplet: 24, 54 and 65. RGB value is (36,84,101). Sum of RGB (Red+Green+Blue) = 36+84+101=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #245465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245465 is #DBAB9A. Grayscale: #474747. Windows color (decimal): -14396315 or 6640676. OLE color: 6640676.
HSL color Cylindrical-coordinate representation of color #245465: hue angle of 195.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245465 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 84 | 101 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.60 |
| HSL | 195.69º | 0.47% | 0.27% | - |
| HSV(B) | 195.69º | 0.64% | 0.4% | - |
| XYZ | 6.25 | 7.66 | 13.46 | - |
| YUV | 71.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 101 | 0.64 | 0.17 | 0 | 0.60 | 195.69 | 0.47 | 0.27 |
| Hex | 24 | 54 | 65 | 40 | 11 | 0 | 3C | C4 | 2F | 1B |
| Octal | 44 | 124 | 145 | 100 | 21 | 0 | 74 | 304 | 57 | 33 |
| Binary | 100100 | 1010100 | 1100101 | 1000000 | 10001 | 0 | 111100 | 11000100 | 101111 | 11011 |
Color Harmonies of #245465
Complementary color
Monochromatic Colors of #245465
Black with #245465
Text Example
Text Example
White with #245465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245465; }
p { color: rgb(36,84,101); }
H1.HeaderClassName
{
color: #245465;
}
.AnyTagClassName
{
color: #245465;
}
</style>
background-color css
<style>
a { background-color: #245465; }
a { background-color: rgb(36,84,101); }
div.DivClassName
{
background-color: #245465;
}
.BgClassName
{
background-color: #245465;
}
</style>
border-color css
<style>
span { border-color: #245465; }
span { border-color: rgb(36,84,101); }
td.TdClassName
{
border-color: #245465;
}
.TagClassName
{
border-color: #245465;
}
</style>