Shades of Arapawa #244A5D
Tints of Arapawa #244A5D
RGB
CMYK
RGB Variations
Color information
#244A5D (or 0x244A5D) is known color: Arapawa. HEX triplet: 24, 4A and 5D. RGB value is (36,74,93). Sum of RGB (Red+Green+Blue) = 36+74+93=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #244A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A5D is #DBB5A2. Grayscale: #404040. Windows color (decimal): -14398883 or 6113828. OLE color: 6113828.
HSL color Cylindrical-coordinate representation of color #244A5D: hue angle of 200º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #244A5D is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 74 | 93 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.64 |
| HSL | 200º | 0.44% | 0.25% | - |
| HSV(B) | 200º | 0.61% | 0.36% | - |
| XYZ | 5.15 | 6.06 | 11.25 | - |
| YUV | 64.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 93 | 0.61 | 0.20 | 0 | 0.64 | 200 | 0.44 | 0.25 |
| Hex | 24 | 4A | 5D | 3D | 14 | 0 | 40 | C8 | 2C | 19 |
| Octal | 44 | 112 | 135 | 75 | 24 | 0 | 100 | 310 | 54 | 31 |
| Binary | 100100 | 1001010 | 1011101 | 111101 | 10100 | 0 | 1000000 | 11001000 | 101100 | 11001 |
Color Harmonies of #244A5D
Complementary color
Monochromatic Colors of #244A5D
Black with #244A5D
Text Example
Text Example
White with #244A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A5D; }
p { color: rgb(36,74,93); }
H1.HeaderClassName
{
color: #244A5D;
}
.AnyTagClassName
{
color: #244A5D;
}
</style>
background-color css
<style>
a { background-color: #244A5D; }
a { background-color: rgb(36,74,93); }
div.DivClassName
{
background-color: #244A5D;
}
.BgClassName
{
background-color: #244A5D;
}
</style>
border-color css
<style>
span { border-color: #244A5D; }
span { border-color: rgb(36,74,93); }
td.TdClassName
{
border-color: #244A5D;
}
.TagClassName
{
border-color: #244A5D;
}
</style>