Shades of Cerulean Blue #2D4ABF
Tints of Cerulean Blue #2D4ABF
RGB
CMYK
RGB Variations
Color information
#2D4ABF (or 0x2D4ABF) is known color: Cerulean Blue. HEX triplet: 2D, 4A and BF. RGB value is (45,74,191). Sum of RGB (Red+Green+Blue) = 45+74+191=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4ABF is #D2B540. Grayscale: #4E4E4E. Windows color (decimal): -13808961 or 12536365. OLE color: 12536365.
HSL color Cylindrical-coordinate representation of color #2D4ABF: hue angle of 228.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D4ABF is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 74 | 191 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.25 |
| HSL | 228.08º | 0.62% | 0.46% | - |
| HSV(B) | 228.08º | 0.76% | 0.75% | - |
| XYZ | 12.93 | 9.22 | 50.39 | - |
| YUV | 78.67 | 191.39 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 191 | 0.76 | 0.61 | 0 | 0.25 | 228.08 | 0.62 | 0.46 |
| Hex | 2D | 4A | BF | 4C | 3D | 0 | 19 | E4 | 3E | 2E |
| Octal | 55 | 112 | 277 | 114 | 75 | 0 | 31 | 344 | 76 | 56 |
| Binary | 101101 | 1001010 | 10111111 | 1001100 | 111101 | 0 | 11001 | 11100100 | 111110 | 101110 |
Color Harmonies of #2D4ABF
Complementary color
Monochromatic Colors of #2D4ABF
Black with #2D4ABF
Text Example
Text Example
White with #2D4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4ABF; }
p { color: rgb(45,74,191); }
H1.HeaderClassName
{
color: #2D4ABF;
}
.AnyTagClassName
{
color: #2D4ABF;
}
</style>
background-color css
<style>
a { background-color: #2D4ABF; }
a { background-color: rgb(45,74,191); }
div.DivClassName
{
background-color: #2D4ABF;
}
.BgClassName
{
background-color: #2D4ABF;
}
</style>
border-color css
<style>
span { border-color: #2D4ABF; }
span { border-color: rgb(45,74,191); }
td.TdClassName
{
border-color: #2D4ABF;
}
.TagClassName
{
border-color: #2D4ABF;
}
</style>