Shades of Venice Blue #244A6E
Tints of Venice Blue #244A6E
RGB
CMYK
RGB Variations
Color information
#244A6E (or 0x244A6E) is known color: Venice Blue. HEX triplet: 24, 4A and 6E. RGB value is (36,74,110). Sum of RGB (Red+Green+Blue) = 36+74+110=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #244A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A6E is #DBB591. Grayscale: #424242. Windows color (decimal): -14398866 or 7227940. OLE color: 7227940.
HSL color Cylindrical-coordinate representation of color #244A6E: hue angle of 209.19º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #244A6E is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 74 | 110 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.57 |
| HSL | 209.19º | 0.51% | 0.29% | - |
| HSV(B) | 209.19º | 0.67% | 0.43% | - |
| XYZ | 5.99 | 6.4 | 15.67 | - |
| YUV | 66.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 110 | 0.67 | 0.33 | 0 | 0.57 | 209.19 | 0.51 | 0.29 |
| Hex | 24 | 4A | 6E | 43 | 21 | 0 | 39 | D1 | 33 | 1D |
| Octal | 44 | 112 | 156 | 103 | 41 | 0 | 71 | 321 | 63 | 35 |
| Binary | 100100 | 1001010 | 1101110 | 1000011 | 100001 | 0 | 111001 | 11010001 | 110011 | 11101 |
Color Harmonies of #244A6E
Complementary color
Monochromatic Colors of #244A6E
Black with #244A6E
Text Example
Text Example
White with #244A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A6E; }
p { color: rgb(36,74,110); }
H1.HeaderClassName
{
color: #244A6E;
}
.AnyTagClassName
{
color: #244A6E;
}
</style>
background-color css
<style>
a { background-color: #244A6E; }
a { background-color: rgb(36,74,110); }
div.DivClassName
{
background-color: #244A6E;
}
.BgClassName
{
background-color: #244A6E;
}
</style>
border-color css
<style>
span { border-color: #244A6E; }
span { border-color: rgb(36,74,110); }
td.TdClassName
{
border-color: #244A6E;
}
.TagClassName
{
border-color: #244A6E;
}
</style>