Shades of Cerulean Blue #2C4ADA
Tints of Cerulean Blue #2C4ADA
RGB
CMYK
RGB Variations
Color information
#2C4ADA (or 0x2C4ADA) is known color: Cerulean Blue. HEX triplet: 2C, 4A and DA. RGB value is (44,74,218). Sum of RGB (Red+Green+Blue) = 44+74+218=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C4ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4ADA is #D3B525. Grayscale: #505050. Windows color (decimal): -13874470 or 14305836. OLE color: 14305836.
HSL color Cylindrical-coordinate representation of color #2C4ADA: hue angle of 229.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4ADA is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 74 | 218 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.15 |
| HSL | 229.66º | 0.7% | 0.51% | - |
| HSV(B) | 229.66º | 0.8% | 0.85% | - |
| XYZ | 16.14 | 10.49 | 67.5 | - |
| YUV | 81.45 | 205.06 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 74 | 218 | 0.80 | 0.66 | 0 | 0.15 | 229.66 | 0.7 | 0.51 |
| Hex | 2C | 4A | DA | 50 | 42 | 0 | F | E6 | 46 | 33 |
| Octal | 54 | 112 | 332 | 120 | 102 | 0 | 17 | 346 | 106 | 63 |
| Binary | 101100 | 1001010 | 11011010 | 1010000 | 1000010 | 0 | 1111 | 11100110 | 1000110 | 110011 |
Color Harmonies of #2C4ADA
Complementary color
Monochromatic Colors of #2C4ADA
Black with #2C4ADA
Text Example
Text Example
White with #2C4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4ADA; }
p { color: rgb(44,74,218); }
H1.HeaderClassName
{
color: #2C4ADA;
}
.AnyTagClassName
{
color: #2C4ADA;
}
</style>
background-color css
<style>
a { background-color: #2C4ADA; }
a { background-color: rgb(44,74,218); }
div.DivClassName
{
background-color: #2C4ADA;
}
.BgClassName
{
background-color: #2C4ADA;
}
</style>
border-color css
<style>
span { border-color: #2C4ADA; }
span { border-color: rgb(44,74,218); }
td.TdClassName
{
border-color: #2C4ADA;
}
.TagClassName
{
border-color: #2C4ADA;
}
</style>