Shades of Cerulean Blue #244ABA
Tints of Cerulean Blue #244ABA
RGB
CMYK
RGB Variations
Color information
#244ABA (or 0x244ABA) is known color: Cerulean Blue. HEX triplet: 24, 4A and BA. RGB value is (36,74,186). Sum of RGB (Red+Green+Blue) = 36+74+186=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #244ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244ABA is #DBB545. Grayscale: #4A4A4A. Windows color (decimal): -14398790 or 12208676. OLE color: 12208676.
HSL color Cylindrical-coordinate representation of color #244ABA: hue angle of 224.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #244ABA is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 74 | 186 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.27 |
| HSL | 224.8º | 0.68% | 0.44% | - |
| HSV(B) | 224.8º | 0.81% | 0.73% | - |
| XYZ | 12.04 | 8.82 | 47.52 | - |
| YUV | 75.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 186 | 0.81 | 0.60 | 0 | 0.27 | 224.8 | 0.68 | 0.44 |
| Hex | 24 | 4A | BA | 51 | 3C | 0 | 1B | E1 | 44 | 2C |
| Octal | 44 | 112 | 272 | 121 | 74 | 0 | 33 | 341 | 104 | 54 |
| Binary | 100100 | 1001010 | 10111010 | 1010001 | 111100 | 0 | 11011 | 11100001 | 1000100 | 101100 |
Color Harmonies of #244ABA
Complementary color
Monochromatic Colors of #244ABA
Black with #244ABA
Text Example
Text Example
White with #244ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244ABA; }
p { color: rgb(36,74,186); }
H1.HeaderClassName
{
color: #244ABA;
}
.AnyTagClassName
{
color: #244ABA;
}
</style>
background-color css
<style>
a { background-color: #244ABA; }
a { background-color: rgb(36,74,186); }
div.DivClassName
{
background-color: #244ABA;
}
.BgClassName
{
background-color: #244ABA;
}
</style>
border-color css
<style>
span { border-color: #244ABA; }
span { border-color: rgb(36,74,186); }
td.TdClassName
{
border-color: #244ABA;
}
.TagClassName
{
border-color: #244ABA;
}
</style>