Shades of Cerulean Blue #2D4CCA
Tints of Cerulean Blue #2D4CCA
RGB
CMYK
RGB Variations
Color information
#2D4CCA (or 0x2D4CCA) is known color: Cerulean Blue. HEX triplet: 2D, 4C and CA. RGB value is (45,76,202). Sum of RGB (Red+Green+Blue) = 45+76+202=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D4CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4CCA is #D2B335. Grayscale: #505050. Windows color (decimal): -13808438 or 13257773. OLE color: 13257773.
HSL color Cylindrical-coordinate representation of color #2D4CCA: hue angle of 228.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D4CCA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 76 | 202 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.21 |
| HSL | 228.15º | 0.64% | 0.48% | - |
| HSV(B) | 228.15º | 0.78% | 0.79% | - |
| XYZ | 14.33 | 9.99 | 57.05 | - |
| YUV | 81.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 202 | 0.78 | 0.62 | 0 | 0.21 | 228.15 | 0.64 | 0.48 |
| Hex | 2D | 4C | CA | 4E | 3E | 0 | 15 | E4 | 40 | 30 |
| Octal | 55 | 114 | 312 | 116 | 76 | 0 | 25 | 344 | 100 | 60 |
| Binary | 101101 | 1001100 | 11001010 | 1001110 | 111110 | 0 | 10101 | 11100100 | 1000000 | 110000 |
Color Harmonies of #2D4CCA
Complementary color
Monochromatic Colors of #2D4CCA
Black with #2D4CCA
Text Example
Text Example
White with #2D4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4CCA; }
p { color: rgb(45,76,202); }
H1.HeaderClassName
{
color: #2D4CCA;
}
.AnyTagClassName
{
color: #2D4CCA;
}
</style>
background-color css
<style>
a { background-color: #2D4CCA; }
a { background-color: rgb(45,76,202); }
div.DivClassName
{
background-color: #2D4CCA;
}
.BgClassName
{
background-color: #2D4CCA;
}
</style>
border-color css
<style>
span { border-color: #2D4CCA; }
span { border-color: rgb(45,76,202); }
td.TdClassName
{
border-color: #2D4CCA;
}
.TagClassName
{
border-color: #2D4CCA;
}
</style>