Shades of Arapawa #244664
Tints of Arapawa #244664
RGB
CMYK
RGB Variations
Color information
#244664 (or 0x244664) is known color: Arapawa. HEX triplet: 24, 46 and 64. RGB value is (36,70,100). Sum of RGB (Red+Green+Blue) = 36+70+100=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #244664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244664 is #DBB99B. Grayscale: #3F3F3F. Windows color (decimal): -14399900 or 6571556. OLE color: 6571556.
HSL color Cylindrical-coordinate representation of color #244664: hue angle of 208.12º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244664 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 70 | 100 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.61 |
| HSL | 208.13º | 0.47% | 0.27% | - |
| HSV(B) | 208.13º | 0.64% | 0.39% | - |
| XYZ | 5.22 | 5.68 | 12.88 | - |
| YUV | 63.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 100 | 0.64 | 0.30 | 0 | 0.61 | 208.13 | 0.47 | 0.27 |
| Hex | 24 | 46 | 64 | 40 | 1E | 0 | 3D | D0 | 2F | 1B |
| Octal | 44 | 106 | 144 | 100 | 36 | 0 | 75 | 320 | 57 | 33 |
| Binary | 100100 | 1000110 | 1100100 | 1000000 | 11110 | 0 | 111101 | 11010000 | 101111 | 11011 |
Color Harmonies of #244664
Complementary color
Monochromatic Colors of #244664
Black with #244664
Text Example
Text Example
White with #244664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244664; }
p { color: rgb(36,70,100); }
H1.HeaderClassName
{
color: #244664;
}
.AnyTagClassName
{
color: #244664;
}
</style>
background-color css
<style>
a { background-color: #244664; }
a { background-color: rgb(36,70,100); }
div.DivClassName
{
background-color: #244664;
}
.BgClassName
{
background-color: #244664;
}
</style>
border-color css
<style>
span { border-color: #244664; }
span { border-color: rgb(36,70,100); }
td.TdClassName
{
border-color: #244664;
}
.TagClassName
{
border-color: #244664;
}
</style>