Shades of Arapawa #244D65
Tints of Arapawa #244D65
RGB
CMYK
RGB Variations
Color information
#244D65 (or 0x244D65) is known color: Arapawa. HEX triplet: 24, 4D and 65. RGB value is (36,77,101). Sum of RGB (Red+Green+Blue) = 36+77+101=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #244D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D65 is #DBB29A. Grayscale: #434343. Windows color (decimal): -14398107 or 6638884. OLE color: 6638884.
HSL color Cylindrical-coordinate representation of color #244D65: hue angle of 202.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244D65 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 77 | 101 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.60 |
| HSL | 202.15º | 0.47% | 0.27% | - |
| HSV(B) | 202.15º | 0.64% | 0.4% | - |
| XYZ | 5.73 | 6.62 | 13.29 | - |
| YUV | 67.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 101 | 0.64 | 0.24 | 0 | 0.60 | 202.15 | 0.47 | 0.27 |
| Hex | 24 | 4D | 65 | 40 | 18 | 0 | 3C | CA | 2F | 1B |
| Octal | 44 | 115 | 145 | 100 | 30 | 0 | 74 | 312 | 57 | 33 |
| Binary | 100100 | 1001101 | 1100101 | 1000000 | 11000 | 0 | 111100 | 11001010 | 101111 | 11011 |
Color Harmonies of #244D65
Complementary color
Monochromatic Colors of #244D65
Black with #244D65
Text Example
Text Example
White with #244D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D65; }
p { color: rgb(36,77,101); }
H1.HeaderClassName
{
color: #244D65;
}
.AnyTagClassName
{
color: #244D65;
}
</style>
background-color css
<style>
a { background-color: #244D65; }
a { background-color: rgb(36,77,101); }
div.DivClassName
{
background-color: #244D65;
}
.BgClassName
{
background-color: #244D65;
}
</style>
border-color css
<style>
span { border-color: #244D65; }
span { border-color: rgb(36,77,101); }
td.TdClassName
{
border-color: #244D65;
}
.TagClassName
{
border-color: #244D65;
}
</style>