Shades of Arapawa #244C64
Tints of Arapawa #244C64
RGB
CMYK
RGB Variations
Color information
#244C64 (or 0x244C64) is known color: Arapawa. HEX triplet: 24, 4C and 64. RGB value is (36,76,100). Sum of RGB (Red+Green+Blue) = 36+76+100=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #244C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C64 is #DBB39B. Grayscale: #424242. Windows color (decimal): -14398364 or 6573092. OLE color: 6573092.
HSL color Cylindrical-coordinate representation of color #244C64: hue angle of 202.5º 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 #244C64 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 76 | 100 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.61 |
| HSL | 202.5º | 0.47% | 0.27% | - |
| HSV(B) | 202.5º | 0.64% | 0.39% | - |
| XYZ | 5.61 | 6.46 | 13.01 | - |
| YUV | 66.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 100 | 0.64 | 0.24 | 0 | 0.61 | 202.5 | 0.47 | 0.27 |
| Hex | 24 | 4C | 64 | 40 | 18 | 0 | 3D | CA | 2F | 1B |
| Octal | 44 | 114 | 144 | 100 | 30 | 0 | 75 | 312 | 57 | 33 |
| Binary | 100100 | 1001100 | 1100100 | 1000000 | 11000 | 0 | 111101 | 11001010 | 101111 | 11011 |
Color Harmonies of #244C64
Complementary color
Monochromatic Colors of #244C64
Black with #244C64
Text Example
Text Example
White with #244C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C64; }
p { color: rgb(36,76,100); }
H1.HeaderClassName
{
color: #244C64;
}
.AnyTagClassName
{
color: #244C64;
}
</style>
background-color css
<style>
a { background-color: #244C64; }
a { background-color: rgb(36,76,100); }
div.DivClassName
{
background-color: #244C64;
}
.BgClassName
{
background-color: #244C64;
}
</style>
border-color css
<style>
span { border-color: #244C64; }
span { border-color: rgb(36,76,100); }
td.TdClassName
{
border-color: #244C64;
}
.TagClassName
{
border-color: #244C64;
}
</style>