Shades of Cerulean Blue #2C43DD
Tints of Cerulean Blue #2C43DD
RGB
CMYK
RGB Variations
Color information
#2C43DD (or 0x2C43DD) is known color: Cerulean Blue. HEX triplet: 2C, 43 and DD. RGB value is (44,67,221). Sum of RGB (Red+Green+Blue) = 44+67+221=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C43DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C43DD is #D3BC22. Grayscale: #4D4D4D. Windows color (decimal): -13876259 or 14500652. OLE color: 14500652.
HSL color Cylindrical-coordinate representation of color #2C43DD: hue angle of 232.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C43DD is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 67 | 221 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.13 |
| HSL | 232.2º | 0.72% | 0.52% | - |
| HSV(B) | 232.2º | 0.8% | 0.87% | - |
| XYZ | 16.1 | 9.77 | 69.44 | - |
| YUV | 77.68 | 208.88 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 221 | 0.80 | 0.70 | 0 | 0.13 | 232.2 | 0.72 | 0.52 |
| Hex | 2C | 43 | DD | 50 | 46 | 0 | D | E8 | 48 | 34 |
| Octal | 54 | 103 | 335 | 120 | 106 | 0 | 15 | 350 | 110 | 64 |
| Binary | 101100 | 1000011 | 11011101 | 1010000 | 1000110 | 0 | 1101 | 11101000 | 1001000 | 110100 |
Color Harmonies of #2C43DD
Complementary color
Monochromatic Colors of #2C43DD
Black with #2C43DD
Text Example
Text Example
White with #2C43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C43DD; }
p { color: rgb(44,67,221); }
H1.HeaderClassName
{
color: #2C43DD;
}
.AnyTagClassName
{
color: #2C43DD;
}
</style>
background-color css
<style>
a { background-color: #2C43DD; }
a { background-color: rgb(44,67,221); }
div.DivClassName
{
background-color: #2C43DD;
}
.BgClassName
{
background-color: #2C43DD;
}
</style>
border-color css
<style>
span { border-color: #2C43DD; }
span { border-color: rgb(44,67,221); }
td.TdClassName
{
border-color: #2C43DD;
}
.TagClassName
{
border-color: #2C43DD;
}
</style>