Shades of Arapawa #244A6A
Tints of Arapawa #244A6A
RGB
CMYK
RGB Variations
Color information
#244A6A (or 0x244A6A) is known color: Arapawa. HEX triplet: 24, 4A and 6A. RGB value is (36,74,106). Sum of RGB (Red+Green+Blue) = 36+74+106=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #244A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A6A is #DBB595. Grayscale: #424242. Windows color (decimal): -14398870 or 6965796. OLE color: 6965796.
HSL color Cylindrical-coordinate representation of color #244A6A: hue angle of 207.43º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #244A6A is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 74 | 106 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.58 |
| HSL | 207.43º | 0.49% | 0.28% | - |
| HSV(B) | 207.43º | 0.66% | 0.42% | - |
| XYZ | 5.78 | 6.31 | 14.55 | - |
| YUV | 66.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 106 | 0.66 | 0.30 | 0 | 0.58 | 207.43 | 0.49 | 0.28 |
| Hex | 24 | 4A | 6A | 42 | 1E | 0 | 3A | CF | 31 | 1C |
| Octal | 44 | 112 | 152 | 102 | 36 | 0 | 72 | 317 | 61 | 34 |
| Binary | 100100 | 1001010 | 1101010 | 1000010 | 11110 | 0 | 111010 | 11001111 | 110001 | 11100 |
Color Harmonies of #244A6A
Complementary color
Monochromatic Colors of #244A6A
Black with #244A6A
Text Example
Text Example
White with #244A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A6A; }
p { color: rgb(36,74,106); }
H1.HeaderClassName
{
color: #244A6A;
}
.AnyTagClassName
{
color: #244A6A;
}
</style>
background-color css
<style>
a { background-color: #244A6A; }
a { background-color: rgb(36,74,106); }
div.DivClassName
{
background-color: #244A6A;
}
.BgClassName
{
background-color: #244A6A;
}
</style>
border-color css
<style>
span { border-color: #244A6A; }
span { border-color: rgb(36,74,106); }
td.TdClassName
{
border-color: #244A6A;
}
.TagClassName
{
border-color: #244A6A;
}
</style>