Shades of Cerulean Blue #2D41CA
Tints of Cerulean Blue #2D41CA
RGB
CMYK
RGB Variations
Color information
#2D41CA (or 0x2D41CA) is known color: Cerulean Blue. HEX triplet: 2D, 41 and CA. RGB value is (45,65,202). Sum of RGB (Red+Green+Blue) = 45+65+202=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D41CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D41CA is #D2BE35. Grayscale: #4A4A4A. Windows color (decimal): -13811254 or 13254957. OLE color: 13254957.
HSL color Cylindrical-coordinate representation of color #2D41CA: hue angle of 232.36º 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 #2D41CA is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 65 | 202 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.21 |
| HSL | 232.36º | 0.64% | 0.48% | - |
| HSV(B) | 232.36º | 0.78% | 0.79% | - |
| XYZ | 13.63 | 8.6 | 56.82 | - |
| YUV | 74.64 | 199.87 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 202 | 0.78 | 0.68 | 0 | 0.21 | 232.36 | 0.64 | 0.48 |
| Hex | 2D | 41 | CA | 4E | 44 | 0 | 15 | E8 | 40 | 30 |
| Octal | 55 | 101 | 312 | 116 | 104 | 0 | 25 | 350 | 100 | 60 |
| Binary | 101101 | 1000001 | 11001010 | 1001110 | 1000100 | 0 | 10101 | 11101000 | 1000000 | 110000 |
Color Harmonies of #2D41CA
Complementary color
Monochromatic Colors of #2D41CA
Black with #2D41CA
Text Example
Text Example
White with #2D41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D41CA; }
p { color: rgb(45,65,202); }
H1.HeaderClassName
{
color: #2D41CA;
}
.AnyTagClassName
{
color: #2D41CA;
}
</style>
background-color css
<style>
a { background-color: #2D41CA; }
a { background-color: rgb(45,65,202); }
div.DivClassName
{
background-color: #2D41CA;
}
.BgClassName
{
background-color: #2D41CA;
}
</style>
border-color css
<style>
span { border-color: #2D41CA; }
span { border-color: rgb(45,65,202); }
td.TdClassName
{
border-color: #2D41CA;
}
.TagClassName
{
border-color: #2D41CA;
}
</style>