Shades of Cerulean Blue #2C4CD7
Tints of Cerulean Blue #2C4CD7
RGB
CMYK
RGB Variations
Color information
#2C4CD7 (or 0x2C4CD7) is known color: Cerulean Blue. HEX triplet: 2C, 4C and D7. RGB value is (44,76,215). Sum of RGB (Red+Green+Blue) = 44+76+215=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #2C4CD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4CD7 is #D3B328. Grayscale: #515151. Windows color (decimal): -13873961 or 14109740. OLE color: 14109740.
HSL color Cylindrical-coordinate representation of color #2C4CD7: hue angle of 228.77º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4CD7 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 76 | 215 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.16 |
| HSL | 228.77º | 0.68% | 0.51% | - |
| HSV(B) | 228.77º | 0.8% | 0.84% | - |
| XYZ | 15.89 | 10.61 | 65.5 | - |
| YUV | 82.28 | 202.9 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 76 | 215 | 0.80 | 0.65 | 0 | 0.16 | 228.77 | 0.68 | 0.51 |
| Hex | 2C | 4C | D7 | 50 | 41 | 0 | 10 | E5 | 44 | 33 |
| Octal | 54 | 114 | 327 | 120 | 101 | 0 | 20 | 345 | 104 | 63 |
| Binary | 101100 | 1001100 | 11010111 | 1010000 | 1000001 | 0 | 10000 | 11100101 | 1000100 | 110011 |
Color Harmonies of #2C4CD7
Complementary color
Monochromatic Colors of #2C4CD7
Black with #2C4CD7
Text Example
Text Example
White with #2C4CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4CD7; }
p { color: rgb(44,76,215); }
H1.HeaderClassName
{
color: #2C4CD7;
}
.AnyTagClassName
{
color: #2C4CD7;
}
</style>
background-color css
<style>
a { background-color: #2C4CD7; }
a { background-color: rgb(44,76,215); }
div.DivClassName
{
background-color: #2C4CD7;
}
.BgClassName
{
background-color: #2C4CD7;
}
</style>
border-color css
<style>
span { border-color: #2C4CD7; }
span { border-color: rgb(44,76,215); }
td.TdClassName
{
border-color: #2C4CD7;
}
.TagClassName
{
border-color: #2C4CD7;
}
</style>