Shades of Cerulean Blue #2C43DA
Tints of Cerulean Blue #2C43DA
RGB
CMYK
RGB Variations
Color information
#2C43DA (or 0x2C43DA) is known color: Cerulean Blue. HEX triplet: 2C, 43 and DA. RGB value is (44,67,218). Sum of RGB (Red+Green+Blue) = 44+67+218=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C43DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C43DA is #D3BC25. Grayscale: #4C4C4C. Windows color (decimal): -13876262 or 14304044. OLE color: 14304044.
HSL color Cylindrical-coordinate representation of color #2C43DA: hue angle of 232.07º 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 #2C43DA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 67 | 218 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.15 |
| HSL | 232.07º | 0.7% | 0.51% | - |
| HSV(B) | 232.07º | 0.8% | 0.85% | - |
| XYZ | 15.7 | 9.61 | 67.36 | - |
| YUV | 77.34 | 207.38 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 218 | 0.80 | 0.69 | 0 | 0.15 | 232.07 | 0.7 | 0.51 |
| Hex | 2C | 43 | DA | 50 | 45 | 0 | F | E8 | 46 | 33 |
| Octal | 54 | 103 | 332 | 120 | 105 | 0 | 17 | 350 | 106 | 63 |
| Binary | 101100 | 1000011 | 11011010 | 1010000 | 1000101 | 0 | 1111 | 11101000 | 1000110 | 110011 |
Color Harmonies of #2C43DA
Complementary color
Monochromatic Colors of #2C43DA
Black with #2C43DA
Text Example
Text Example
White with #2C43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C43DA; }
p { color: rgb(44,67,218); }
H1.HeaderClassName
{
color: #2C43DA;
}
.AnyTagClassName
{
color: #2C43DA;
}
</style>
background-color css
<style>
a { background-color: #2C43DA; }
a { background-color: rgb(44,67,218); }
div.DivClassName
{
background-color: #2C43DA;
}
.BgClassName
{
background-color: #2C43DA;
}
</style>
border-color css
<style>
span { border-color: #2C43DA; }
span { border-color: rgb(44,67,218); }
td.TdClassName
{
border-color: #2C43DA;
}
.TagClassName
{
border-color: #2C43DA;
}
</style>