Shades of Arapawa #244D68
Tints of Arapawa #244D68
RGB
CMYK
RGB Variations
Color information
#244D68 (or 0x244D68) is known color: Arapawa. HEX triplet: 24, 4D and 68. RGB value is (36,77,104). Sum of RGB (Red+Green+Blue) = 36+77+104=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #244D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D68 is #DBB297. Grayscale: #434343. Windows color (decimal): -14398104 or 6835492. OLE color: 6835492.
HSL color Cylindrical-coordinate representation of color #244D68: hue angle of 203.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #244D68 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 77 | 104 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.59 |
| HSL | 203.82º | 0.49% | 0.27% | - |
| HSV(B) | 203.82º | 0.65% | 0.41% | - |
| XYZ | 5.88 | 6.68 | 14.08 | - |
| YUV | 67.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 104 | 0.65 | 0.26 | 0 | 0.59 | 203.82 | 0.49 | 0.27 |
| Hex | 24 | 4D | 68 | 41 | 1A | 0 | 3B | CC | 31 | 1B |
| Octal | 44 | 115 | 150 | 101 | 32 | 0 | 73 | 314 | 61 | 33 |
| Binary | 100100 | 1001101 | 1101000 | 1000001 | 11010 | 0 | 111011 | 11001100 | 110001 | 11011 |
Color Harmonies of #244D68
Complementary color
Monochromatic Colors of #244D68
Black with #244D68
Text Example
Text Example
White with #244D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D68; }
p { color: rgb(36,77,104); }
H1.HeaderClassName
{
color: #244D68;
}
.AnyTagClassName
{
color: #244D68;
}
</style>
background-color css
<style>
a { background-color: #244D68; }
a { background-color: rgb(36,77,104); }
div.DivClassName
{
background-color: #244D68;
}
.BgClassName
{
background-color: #244D68;
}
</style>
border-color css
<style>
span { border-color: #244D68; }
span { border-color: rgb(36,77,104); }
td.TdClassName
{
border-color: #244D68;
}
.TagClassName
{
border-color: #244D68;
}
</style>