Shades of Cerulean Blue #2D5AB3
Tints of Cerulean Blue #2D5AB3
RGB
CMYK
RGB Variations
Color information
#2D5AB3 (or 0x2D5AB3) is known color: Cerulean Blue. HEX triplet: 2D, 5A and B3. RGB value is (45,90,179). Sum of RGB (Red+Green+Blue) = 45+90+179=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #2D5AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5AB3 is #D2A54C. Grayscale: #565656. Windows color (decimal): -13804877 or 11754029. OLE color: 11754029.
HSL color Cylindrical-coordinate representation of color #2D5AB3: hue angle of 219.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D5AB3 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 90 | 179 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.30 |
| HSL | 219.85º | 0.6% | 0.44% | - |
| HSV(B) | 219.85º | 0.75% | 0.7% | - |
| XYZ | 12.88 | 11.12 | 44.12 | - |
| YUV | 86.69 | 180.09 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 179 | 0.75 | 0.50 | 0 | 0.30 | 219.85 | 0.6 | 0.44 |
| Hex | 2D | 5A | B3 | 4B | 32 | 0 | 1E | DC | 3C | 2C |
| Octal | 55 | 132 | 263 | 113 | 62 | 0 | 36 | 334 | 74 | 54 |
| Binary | 101101 | 1011010 | 10110011 | 1001011 | 110010 | 0 | 11110 | 11011100 | 111100 | 101100 |
Color Harmonies of #2D5AB3
Complementary color
Monochromatic Colors of #2D5AB3
Black with #2D5AB3
Text Example
Text Example
White with #2D5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5AB3; }
p { color: rgb(45,90,179); }
H1.HeaderClassName
{
color: #2D5AB3;
}
.AnyTagClassName
{
color: #2D5AB3;
}
</style>
background-color css
<style>
a { background-color: #2D5AB3; }
a { background-color: rgb(45,90,179); }
div.DivClassName
{
background-color: #2D5AB3;
}
.BgClassName
{
background-color: #2D5AB3;
}
</style>
border-color css
<style>
span { border-color: #2D5AB3; }
span { border-color: rgb(45,90,179); }
td.TdClassName
{
border-color: #2D5AB3;
}
.TagClassName
{
border-color: #2D5AB3;
}
</style>