Shades of Cerulean Blue #2D4BAC
Tints of Cerulean Blue #2D4BAC
RGB
CMYK
RGB Variations
Color information
#2D4BAC (or 0x2D4BAC) is known color: Cerulean Blue. HEX triplet: 2D, 4B and AC. RGB value is (45,75,172). Sum of RGB (Red+Green+Blue) = 45+75+172=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D4BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4BAC is #D2B453. Grayscale: #4C4C4C. Windows color (decimal): -13808724 or 11291437. OLE color: 11291437.
HSL color Cylindrical-coordinate representation of color #2D4BAC: hue angle of 225.83º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D4BAC is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 75 | 172 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.33 |
| HSL | 225.83º | 0.59% | 0.43% | - |
| HSV(B) | 225.83º | 0.74% | 0.67% | - |
| XYZ | 11.04 | 8.57 | 40.1 | - |
| YUV | 77.09 | 181.56 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 172 | 0.74 | 0.56 | 0 | 0.33 | 225.83 | 0.59 | 0.43 |
| Hex | 2D | 4B | AC | 4A | 38 | 0 | 21 | E2 | 3B | 2B |
| Octal | 55 | 113 | 254 | 112 | 70 | 0 | 41 | 342 | 73 | 53 |
| Binary | 101101 | 1001011 | 10101100 | 1001010 | 111000 | 0 | 100001 | 11100010 | 111011 | 101011 |
Color Harmonies of #2D4BAC
Complementary color
Monochromatic Colors of #2D4BAC
Black with #2D4BAC
Text Example
Text Example
White with #2D4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4BAC; }
p { color: rgb(45,75,172); }
H1.HeaderClassName
{
color: #2D4BAC;
}
.AnyTagClassName
{
color: #2D4BAC;
}
</style>
background-color css
<style>
a { background-color: #2D4BAC; }
a { background-color: rgb(45,75,172); }
div.DivClassName
{
background-color: #2D4BAC;
}
.BgClassName
{
background-color: #2D4BAC;
}
</style>
border-color css
<style>
span { border-color: #2D4BAC; }
span { border-color: rgb(45,75,172); }
td.TdClassName
{
border-color: #2D4BAC;
}
.TagClassName
{
border-color: #2D4BAC;
}
</style>