Shades of Cerulean Blue #2D4ABE
Tints of Cerulean Blue #2D4ABE
RGB
CMYK
RGB Variations
Color information
#2D4ABE (or 0x2D4ABE) is known color: Cerulean Blue. HEX triplet: 2D, 4A and BE. RGB value is (45,74,190). Sum of RGB (Red+Green+Blue) = 45+74+190=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D4ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4ABE is #D2B541. Grayscale: #4E4E4E. Windows color (decimal): -13808962 or 12470829. OLE color: 12470829.
HSL color Cylindrical-coordinate representation of color #2D4ABE: hue angle of 228º 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 #2D4ABE is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 74 | 190 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.25 |
| HSL | 228º | 0.62% | 0.46% | - |
| HSV(B) | 228º | 0.76% | 0.75% | - |
| XYZ | 12.83 | 9.17 | 49.81 | - |
| YUV | 78.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 190 | 0.76 | 0.61 | 0 | 0.25 | 228 | 0.62 | 0.46 |
| Hex | 2D | 4A | BE | 4C | 3D | 0 | 19 | E4 | 3E | 2E |
| Octal | 55 | 112 | 276 | 114 | 75 | 0 | 31 | 344 | 76 | 56 |
| Binary | 101101 | 1001010 | 10111110 | 1001100 | 111101 | 0 | 11001 | 11100100 | 111110 | 101110 |
Color Harmonies of #2D4ABE
Complementary color
Monochromatic Colors of #2D4ABE
Black with #2D4ABE
Text Example
Text Example
White with #2D4ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4ABE; }
p { color: rgb(45,74,190); }
H1.HeaderClassName
{
color: #2D4ABE;
}
.AnyTagClassName
{
color: #2D4ABE;
}
</style>
background-color css
<style>
a { background-color: #2D4ABE; }
a { background-color: rgb(45,74,190); }
div.DivClassName
{
background-color: #2D4ABE;
}
.BgClassName
{
background-color: #2D4ABE;
}
</style>
border-color css
<style>
span { border-color: #2D4ABE; }
span { border-color: rgb(45,74,190); }
td.TdClassName
{
border-color: #2D4ABE;
}
.TagClassName
{
border-color: #2D4ABE;
}
</style>