Shades of Arapawa #244A5B
Tints of Arapawa #244A5B
RGB
CMYK
RGB Variations
Color information
#244A5B (or 0x244A5B) is known color: Arapawa. HEX triplet: 24, 4A and 5B. RGB value is (36,74,91). Sum of RGB (Red+Green+Blue) = 36+74+91=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #244A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A5B is #DBB5A4. Grayscale: #404040. Windows color (decimal): -14398885 or 5982756. OLE color: 5982756.
HSL color Cylindrical-coordinate representation of color #244A5B: hue angle of 198.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #244A5B is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 74 | 91 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.64 |
| HSL | 198.55º | 0.43% | 0.25% | - |
| HSV(B) | 198.55º | 0.6% | 0.36% | - |
| XYZ | 5.06 | 6.03 | 10.79 | - |
| YUV | 64.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 91 | 0.60 | 0.19 | 0 | 0.64 | 198.55 | 0.43 | 0.25 |
| Hex | 24 | 4A | 5B | 3C | 13 | 0 | 40 | C7 | 2B | 19 |
| Octal | 44 | 112 | 133 | 74 | 23 | 0 | 100 | 307 | 53 | 31 |
| Binary | 100100 | 1001010 | 1011011 | 111100 | 10011 | 0 | 1000000 | 11000111 | 101011 | 11001 |
Color Harmonies of #244A5B
Complementary color
Monochromatic Colors of #244A5B
Black with #244A5B
Text Example
Text Example
White with #244A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A5B; }
p { color: rgb(36,74,91); }
H1.HeaderClassName
{
color: #244A5B;
}
.AnyTagClassName
{
color: #244A5B;
}
</style>
background-color css
<style>
a { background-color: #244A5B; }
a { background-color: rgb(36,74,91); }
div.DivClassName
{
background-color: #244A5B;
}
.BgClassName
{
background-color: #244A5B;
}
</style>
border-color css
<style>
span { border-color: #244A5B; }
span { border-color: rgb(36,74,91); }
td.TdClassName
{
border-color: #244A5B;
}
.TagClassName
{
border-color: #244A5B;
}
</style>