Shades of Cerulean Blue #2D45AC
Tints of Cerulean Blue #2D45AC
RGB
CMYK
RGB Variations
Color information
#2D45AC (or 0x2D45AC) is known color: Cerulean Blue. HEX triplet: 2D, 45 and AC. RGB value is (45,69,172). Sum of RGB (Red+Green+Blue) = 45+69+172=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D45AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D45AC is #D2BA53. Grayscale: #494949. Windows color (decimal): -13810260 or 11289901. OLE color: 11289901.
HSL color Cylindrical-coordinate representation of color #2D45AC: hue angle of 228.66º 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 #2D45AC is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 69 | 172 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.33 |
| HSL | 228.66º | 0.59% | 0.43% | - |
| HSV(B) | 228.66º | 0.74% | 0.67% | - |
| XYZ | 10.66 | 7.79 | 39.97 | - |
| YUV | 73.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 172 | 0.74 | 0.60 | 0 | 0.33 | 228.66 | 0.59 | 0.43 |
| Hex | 2D | 45 | AC | 4A | 3C | 0 | 21 | E5 | 3B | 2B |
| Octal | 55 | 105 | 254 | 112 | 74 | 0 | 41 | 345 | 73 | 53 |
| Binary | 101101 | 1000101 | 10101100 | 1001010 | 111100 | 0 | 100001 | 11100101 | 111011 | 101011 |
Color Harmonies of #2D45AC
Complementary color
Monochromatic Colors of #2D45AC
Black with #2D45AC
Text Example
Text Example
White with #2D45AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D45AC; }
p { color: rgb(45,69,172); }
H1.HeaderClassName
{
color: #2D45AC;
}
.AnyTagClassName
{
color: #2D45AC;
}
</style>
background-color css
<style>
a { background-color: #2D45AC; }
a { background-color: rgb(45,69,172); }
div.DivClassName
{
background-color: #2D45AC;
}
.BgClassName
{
background-color: #2D45AC;
}
</style>
border-color css
<style>
span { border-color: #2D45AC; }
span { border-color: rgb(45,69,172); }
td.TdClassName
{
border-color: #2D45AC;
}
.TagClassName
{
border-color: #2D45AC;
}
</style>