Shades of Cerulean Blue #2D4CAB
Tints of Cerulean Blue #2D4CAB
RGB
CMYK
RGB Variations
Color information
#2D4CAB (or 0x2D4CAB) is known color: Cerulean Blue. HEX triplet: 2D, 4C and AB. RGB value is (45,76,171). Sum of RGB (Red+Green+Blue) = 45+76+171=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D4CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4CAB is #D2B354. Grayscale: #4D4D4D. Windows color (decimal): -13808469 or 11226157. OLE color: 11226157.
HSL color Cylindrical-coordinate representation of color #2D4CAB: hue angle of 225.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D4CAB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 76 | 171 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.33 |
| HSL | 225.24º | 0.58% | 0.42% | - |
| HSV(B) | 225.24º | 0.74% | 0.67% | - |
| XYZ | 11.02 | 8.67 | 39.62 | - |
| YUV | 77.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 171 | 0.74 | 0.56 | 0 | 0.33 | 225.24 | 0.58 | 0.42 |
| Hex | 2D | 4C | AB | 4A | 38 | 0 | 21 | E1 | 3A | 2A |
| Octal | 55 | 114 | 253 | 112 | 70 | 0 | 41 | 341 | 72 | 52 |
| Binary | 101101 | 1001100 | 10101011 | 1001010 | 111000 | 0 | 100001 | 11100001 | 111010 | 101010 |
Color Harmonies of #2D4CAB
Complementary color
Monochromatic Colors of #2D4CAB
Black with #2D4CAB
Text Example
Text Example
White with #2D4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4CAB; }
p { color: rgb(45,76,171); }
H1.HeaderClassName
{
color: #2D4CAB;
}
.AnyTagClassName
{
color: #2D4CAB;
}
</style>
background-color css
<style>
a { background-color: #2D4CAB; }
a { background-color: rgb(45,76,171); }
div.DivClassName
{
background-color: #2D4CAB;
}
.BgClassName
{
background-color: #2D4CAB;
}
</style>
border-color css
<style>
span { border-color: #2D4CAB; }
span { border-color: rgb(45,76,171); }
td.TdClassName
{
border-color: #2D4CAB;
}
.TagClassName
{
border-color: #2D4CAB;
}
</style>