Shades of Arapawa #244A5F
Tints of Arapawa #244A5F
RGB
CMYK
RGB Variations
Color information
#244A5F (or 0x244A5F) is known color: Arapawa. HEX triplet: 24, 4A and 5F. RGB value is (36,74,95). Sum of RGB (Red+Green+Blue) = 36+74+95=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #244A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A5F is #DBB5A0. Grayscale: #404040. Windows color (decimal): -14398881 or 6244900. OLE color: 6244900.
HSL color Cylindrical-coordinate representation of color #244A5F: hue angle of 201.36º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #244A5F is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 74 | 95 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.63 |
| HSL | 201.36º | 0.45% | 0.26% | - |
| HSV(B) | 201.36º | 0.62% | 0.37% | - |
| XYZ | 5.24 | 6.1 | 11.73 | - |
| YUV | 65.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 95 | 0.62 | 0.22 | 0 | 0.63 | 201.36 | 0.45 | 0.26 |
| Hex | 24 | 4A | 5F | 3E | 16 | 0 | 3F | C9 | 2D | 1A |
| Octal | 44 | 112 | 137 | 76 | 26 | 0 | 77 | 311 | 55 | 32 |
| Binary | 100100 | 1001010 | 1011111 | 111110 | 10110 | 0 | 111111 | 11001001 | 101101 | 11010 |
Color Harmonies of #244A5F
Complementary color
Monochromatic Colors of #244A5F
Black with #244A5F
Text Example
Text Example
White with #244A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A5F; }
p { color: rgb(36,74,95); }
H1.HeaderClassName
{
color: #244A5F;
}
.AnyTagClassName
{
color: #244A5F;
}
</style>
background-color css
<style>
a { background-color: #244A5F; }
a { background-color: rgb(36,74,95); }
div.DivClassName
{
background-color: #244A5F;
}
.BgClassName
{
background-color: #244A5F;
}
</style>
border-color css
<style>
span { border-color: #244A5F; }
span { border-color: rgb(36,74,95); }
td.TdClassName
{
border-color: #244A5F;
}
.TagClassName
{
border-color: #244A5F;
}
</style>