Shades of Cerulean Blue #2D4EB7
Tints of Cerulean Blue #2D4EB7
RGB
CMYK
RGB Variations
Color information
#2D4EB7 (or 0x2D4EB7) is known color: Cerulean Blue. HEX triplet: 2D, 4E and B7. RGB value is (45,78,183). Sum of RGB (Red+Green+Blue) = 45+78+183=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 183 (71.88% from 255 or 59.80% from 306); Max value from RGB is 183 - color contains mainly: blue. Hex color #2D4EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4EB7 is #D2B148. Grayscale: #4F4F4F. Windows color (decimal): -13807945 or 12013101. OLE color: 12013101.
HSL color Cylindrical-coordinate representation of color #2D4EB7: hue angle of 225.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D4EB7 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 78 | 183 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.28 |
| HSL | 225.65º | 0.61% | 0.45% | - |
| HSV(B) | 225.65º | 0.75% | 0.72% | - |
| XYZ | 12.35 | 9.43 | 45.97 | - |
| YUV | 80.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 183 | 0.75 | 0.57 | 0 | 0.28 | 225.65 | 0.61 | 0.45 |
| Hex | 2D | 4E | B7 | 4B | 39 | 0 | 1C | E2 | 3D | 2D |
| Octal | 55 | 116 | 267 | 113 | 71 | 0 | 34 | 342 | 75 | 55 |
| Binary | 101101 | 1001110 | 10110111 | 1001011 | 111001 | 0 | 11100 | 11100010 | 111101 | 101101 |
Color Harmonies of #2D4EB7
Complementary color
Monochromatic Colors of #2D4EB7
Black with #2D4EB7
Text Example
Text Example
White with #2D4EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4EB7; }
p { color: rgb(45,78,183); }
H1.HeaderClassName
{
color: #2D4EB7;
}
.AnyTagClassName
{
color: #2D4EB7;
}
</style>
background-color css
<style>
a { background-color: #2D4EB7; }
a { background-color: rgb(45,78,183); }
div.DivClassName
{
background-color: #2D4EB7;
}
.BgClassName
{
background-color: #2D4EB7;
}
</style>
border-color css
<style>
span { border-color: #2D4EB7; }
span { border-color: rgb(45,78,183); }
td.TdClassName
{
border-color: #2D4EB7;
}
.TagClassName
{
border-color: #2D4EB7;
}
</style>