Shades of Cerulean Blue #2D46CA
Tints of Cerulean Blue #2D46CA
RGB
CMYK
RGB Variations
Color information
#2D46CA (or 0x2D46CA) is known color: Cerulean Blue. HEX triplet: 2D, 46 and CA. RGB value is (45,70,202). Sum of RGB (Red+Green+Blue) = 45+70+202=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D46CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D46CA is #D2B935. Grayscale: #4D4D4D. Windows color (decimal): -13809974 or 13256237. OLE color: 13256237.
HSL color Cylindrical-coordinate representation of color #2D46CA: hue angle of 230.45º 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 #2D46CA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 70 | 202 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.21 |
| HSL | 230.45º | 0.64% | 0.48% | - |
| HSV(B) | 230.45º | 0.78% | 0.79% | - |
| XYZ | 13.93 | 9.2 | 56.92 | - |
| YUV | 77.57 | 198.22 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 202 | 0.78 | 0.65 | 0 | 0.21 | 230.45 | 0.64 | 0.48 |
| Hex | 2D | 46 | CA | 4E | 41 | 0 | 15 | E6 | 40 | 30 |
| Octal | 55 | 106 | 312 | 116 | 101 | 0 | 25 | 346 | 100 | 60 |
| Binary | 101101 | 1000110 | 11001010 | 1001110 | 1000001 | 0 | 10101 | 11100110 | 1000000 | 110000 |
Color Harmonies of #2D46CA
Complementary color
Monochromatic Colors of #2D46CA
Black with #2D46CA
Text Example
Text Example
White with #2D46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D46CA; }
p { color: rgb(45,70,202); }
H1.HeaderClassName
{
color: #2D46CA;
}
.AnyTagClassName
{
color: #2D46CA;
}
</style>
background-color css
<style>
a { background-color: #2D46CA; }
a { background-color: rgb(45,70,202); }
div.DivClassName
{
background-color: #2D46CA;
}
.BgClassName
{
background-color: #2D46CA;
}
</style>
border-color css
<style>
span { border-color: #2D46CA; }
span { border-color: rgb(45,70,202); }
td.TdClassName
{
border-color: #2D46CA;
}
.TagClassName
{
border-color: #2D46CA;
}
</style>