Shades of Cerulean Blue #2C4BCD
Tints of Cerulean Blue #2C4BCD
RGB
CMYK
RGB Variations
Color information
#2C4BCD (or 0x2C4BCD) is known color: Cerulean Blue. HEX triplet: 2C, 4B and CD. RGB value is (44,75,205). Sum of RGB (Red+Green+Blue) = 44+75+205=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C4BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4BCD is #D3B432. Grayscale: #505050. Windows color (decimal): -13874227 or 13454124. OLE color: 13454124.
HSL color Cylindrical-coordinate representation of color #2C4BCD: hue angle of 228.45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C4BCD is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 75 | 205 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.20 |
| HSL | 228.45º | 0.65% | 0.49% | - |
| HSV(B) | 228.45º | 0.79% | 0.8% | - |
| XYZ | 14.57 | 9.98 | 58.91 | - |
| YUV | 80.55 | 198.23 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 205 | 0.79 | 0.63 | 0 | 0.20 | 228.45 | 0.65 | 0.49 |
| Hex | 2C | 4B | CD | 4F | 3F | 0 | 14 | E4 | 41 | 31 |
| Octal | 54 | 113 | 315 | 117 | 77 | 0 | 24 | 344 | 101 | 61 |
| Binary | 101100 | 1001011 | 11001101 | 1001111 | 111111 | 0 | 10100 | 11100100 | 1000001 | 110001 |
Color Harmonies of #2C4BCD
Complementary color
Monochromatic Colors of #2C4BCD
Black with #2C4BCD
Text Example
Text Example
White with #2C4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4BCD; }
p { color: rgb(44,75,205); }
H1.HeaderClassName
{
color: #2C4BCD;
}
.AnyTagClassName
{
color: #2C4BCD;
}
</style>
background-color css
<style>
a { background-color: #2C4BCD; }
a { background-color: rgb(44,75,205); }
div.DivClassName
{
background-color: #2C4BCD;
}
.BgClassName
{
background-color: #2C4BCD;
}
</style>
border-color css
<style>
span { border-color: #2C4BCD; }
span { border-color: rgb(44,75,205); }
td.TdClassName
{
border-color: #2C4BCD;
}
.TagClassName
{
border-color: #2C4BCD;
}
</style>