Shades of Arapawa #244B61
Tints of Arapawa #244B61
RGB
CMYK
RGB Variations
Color information
#244B61 (or 0x244B61) is known color: Arapawa. HEX triplet: 24, 4B and 61. RGB value is (36,75,97). Sum of RGB (Red+Green+Blue) = 36+75+97=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #244B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244B61 is #DBB49E. Grayscale: #414141. Windows color (decimal): -14398623 or 6376228. OLE color: 6376228.
HSL color Cylindrical-coordinate representation of color #244B61: hue angle of 201.64º 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 #244B61 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 75 | 97 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.62 |
| HSL | 201.64º | 0.46% | 0.26% | - |
| HSV(B) | 201.64º | 0.63% | 0.38% | - |
| XYZ | 5.4 | 6.27 | 12.23 | - |
| YUV | 65.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 97 | 0.63 | 0.23 | 0 | 0.62 | 201.64 | 0.46 | 0.26 |
| Hex | 24 | 4B | 61 | 3F | 17 | 0 | 3E | CA | 2E | 1A |
| Octal | 44 | 113 | 141 | 77 | 27 | 0 | 76 | 312 | 56 | 32 |
| Binary | 100100 | 1001011 | 1100001 | 111111 | 10111 | 0 | 111110 | 11001010 | 101110 | 11010 |
Color Harmonies of #244B61
Complementary color
Monochromatic Colors of #244B61
Black with #244B61
Text Example
Text Example
White with #244B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244B61; }
p { color: rgb(36,75,97); }
H1.HeaderClassName
{
color: #244B61;
}
.AnyTagClassName
{
color: #244B61;
}
</style>
background-color css
<style>
a { background-color: #244B61; }
a { background-color: rgb(36,75,97); }
div.DivClassName
{
background-color: #244B61;
}
.BgClassName
{
background-color: #244B61;
}
</style>
border-color css
<style>
span { border-color: #244B61; }
span { border-color: rgb(36,75,97); }
td.TdClassName
{
border-color: #244B61;
}
.TagClassName
{
border-color: #244B61;
}
</style>