Shades of Arapawa #244A61
Tints of Arapawa #244A61
RGB
CMYK
RGB Variations
Color information
#244A61 (or 0x244A61) is known color: Arapawa. HEX triplet: 24, 4A and 61. RGB value is (36,74,97). Sum of RGB (Red+Green+Blue) = 36+74+97=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #244A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A61 is #DBB59E. Grayscale: #414141. Windows color (decimal): -14398879 or 6375972. OLE color: 6375972.
HSL color Cylindrical-coordinate representation of color #244A61: hue angle of 202.62º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #244A61 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 74 | 97 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.62 |
| HSL | 202.62º | 0.46% | 0.26% | - |
| HSV(B) | 202.62º | 0.63% | 0.38% | - |
| XYZ | 5.33 | 6.14 | 12.21 | - |
| YUV | 65.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 97 | 0.63 | 0.24 | 0 | 0.62 | 202.62 | 0.46 | 0.26 |
| Hex | 24 | 4A | 61 | 3F | 18 | 0 | 3E | CB | 2E | 1A |
| Octal | 44 | 112 | 141 | 77 | 30 | 0 | 76 | 313 | 56 | 32 |
| Binary | 100100 | 1001010 | 1100001 | 111111 | 11000 | 0 | 111110 | 11001011 | 101110 | 11010 |
Color Harmonies of #244A61
Complementary color
Monochromatic Colors of #244A61
Black with #244A61
Text Example
Text Example
White with #244A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A61; }
p { color: rgb(36,74,97); }
H1.HeaderClassName
{
color: #244A61;
}
.AnyTagClassName
{
color: #244A61;
}
</style>
background-color css
<style>
a { background-color: #244A61; }
a { background-color: rgb(36,74,97); }
div.DivClassName
{
background-color: #244A61;
}
.BgClassName
{
background-color: #244A61;
}
</style>
border-color css
<style>
span { border-color: #244A61; }
span { border-color: rgb(36,74,97); }
td.TdClassName
{
border-color: #244A61;
}
.TagClassName
{
border-color: #244A61;
}
</style>