Shades of Cerulean Blue #2D4CC3
Tints of Cerulean Blue #2D4CC3
RGB
CMYK
RGB Variations
Color information
#2D4CC3 (or 0x2D4CC3) is known color: Cerulean Blue. HEX triplet: 2D, 4C and C3. RGB value is (45,76,195). Sum of RGB (Red+Green+Blue) = 45+76+195=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 195 (76.56% from 255 or 61.71% from 316); Max value from RGB is 195 - color contains mainly: blue. Hex color #2D4CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4CC3 is #D2B33C. Grayscale: #4F4F4F. Windows color (decimal): -13808445 or 12799021. OLE color: 12799021.
HSL color Cylindrical-coordinate representation of color #2D4CC3: hue angle of 227.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D4CC3 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 76 | 195 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.24 |
| HSL | 227.6º | 0.63% | 0.47% | - |
| HSV(B) | 227.6º | 0.77% | 0.76% | - |
| XYZ | 13.52 | 9.67 | 52.78 | - |
| YUV | 80.3 | 192.73 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 195 | 0.77 | 0.61 | 0 | 0.24 | 227.6 | 0.63 | 0.47 |
| Hex | 2D | 4C | C3 | 4D | 3D | 0 | 18 | E4 | 3E | 2F |
| Octal | 55 | 114 | 303 | 115 | 75 | 0 | 30 | 344 | 76 | 57 |
| Binary | 101101 | 1001100 | 11000011 | 1001101 | 111101 | 0 | 11000 | 11100100 | 111110 | 101111 |
Color Harmonies of #2D4CC3
Complementary color
Monochromatic Colors of #2D4CC3
Black with #2D4CC3
Text Example
Text Example
White with #2D4CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4CC3; }
p { color: rgb(45,76,195); }
H1.HeaderClassName
{
color: #2D4CC3;
}
.AnyTagClassName
{
color: #2D4CC3;
}
</style>
background-color css
<style>
a { background-color: #2D4CC3; }
a { background-color: rgb(45,76,195); }
div.DivClassName
{
background-color: #2D4CC3;
}
.BgClassName
{
background-color: #2D4CC3;
}
</style>
border-color css
<style>
span { border-color: #2D4CC3; }
span { border-color: rgb(45,76,195); }
td.TdClassName
{
border-color: #2D4CC3;
}
.TagClassName
{
border-color: #2D4CC3;
}
</style>