Shades of Cerulean Blue #2D4AAC
Tints of Cerulean Blue #2D4AAC
RGB
CMYK
RGB Variations
Color information
#2D4AAC (or 0x2D4AAC) is known color: Cerulean Blue. HEX triplet: 2D, 4A and AC. RGB value is (45,74,172). Sum of RGB (Red+Green+Blue) = 45+74+172=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4AAC is #D2B553. Grayscale: #4C4C4C. Windows color (decimal): -13808980 or 11291181. OLE color: 11291181.
HSL color Cylindrical-coordinate representation of color #2D4AAC: hue angle of 226.3º 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 #2D4AAC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 74 | 172 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.33 |
| HSL | 226.3º | 0.59% | 0.43% | - |
| HSV(B) | 226.3º | 0.74% | 0.67% | - |
| XYZ | 10.98 | 8.43 | 40.08 | - |
| YUV | 76.5 | 181.89 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 172 | 0.74 | 0.57 | 0 | 0.33 | 226.3 | 0.59 | 0.43 |
| Hex | 2D | 4A | AC | 4A | 39 | 0 | 21 | E2 | 3B | 2B |
| Octal | 55 | 112 | 254 | 112 | 71 | 0 | 41 | 342 | 73 | 53 |
| Binary | 101101 | 1001010 | 10101100 | 1001010 | 111001 | 0 | 100001 | 11100010 | 111011 | 101011 |
Color Harmonies of #2D4AAC
Complementary color
Monochromatic Colors of #2D4AAC
Black with #2D4AAC
Text Example
Text Example
White with #2D4AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4AAC; }
p { color: rgb(45,74,172); }
H1.HeaderClassName
{
color: #2D4AAC;
}
.AnyTagClassName
{
color: #2D4AAC;
}
</style>
background-color css
<style>
a { background-color: #2D4AAC; }
a { background-color: rgb(45,74,172); }
div.DivClassName
{
background-color: #2D4AAC;
}
.BgClassName
{
background-color: #2D4AAC;
}
</style>
border-color css
<style>
span { border-color: #2D4AAC; }
span { border-color: rgb(45,74,172); }
td.TdClassName
{
border-color: #2D4AAC;
}
.TagClassName
{
border-color: #2D4AAC;
}
</style>