Shades of Cerulean Blue #2D5CBD
Tints of Cerulean Blue #2D5CBD
RGB
CMYK
RGB Variations
Color information
#2D5CBD (or 0x2D5CBD) is known color: Cerulean Blue. HEX triplet: 2D, 5C and BD. RGB value is (45,92,189). Sum of RGB (Red+Green+Blue) = 45+92+189=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D5CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5CBD is #D2A342. Grayscale: #585858. Windows color (decimal): -13804355 or 12409901. OLE color: 12409901.
HSL color Cylindrical-coordinate representation of color #2D5CBD: hue angle of 220.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5CBD is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 92 | 189 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.26 |
| HSL | 220.42º | 0.62% | 0.46% | - |
| HSV(B) | 220.42º | 0.76% | 0.74% | - |
| XYZ | 14.09 | 11.89 | 49.7 | - |
| YUV | 89.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 189 | 0.76 | 0.51 | 0 | 0.26 | 220.42 | 0.62 | 0.46 |
| Hex | 2D | 5C | BD | 4C | 33 | 0 | 1A | DC | 3E | 2E |
| Octal | 55 | 134 | 275 | 114 | 63 | 0 | 32 | 334 | 76 | 56 |
| Binary | 101101 | 1011100 | 10111101 | 1001100 | 110011 | 0 | 11010 | 11011100 | 111110 | 101110 |
Color Harmonies of #2D5CBD
Complementary color
Monochromatic Colors of #2D5CBD
Black with #2D5CBD
Text Example
Text Example
White with #2D5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5CBD; }
p { color: rgb(45,92,189); }
H1.HeaderClassName
{
color: #2D5CBD;
}
.AnyTagClassName
{
color: #2D5CBD;
}
</style>
background-color css
<style>
a { background-color: #2D5CBD; }
a { background-color: rgb(45,92,189); }
div.DivClassName
{
background-color: #2D5CBD;
}
.BgClassName
{
background-color: #2D5CBD;
}
</style>
border-color css
<style>
span { border-color: #2D5CBD; }
span { border-color: rgb(45,92,189); }
td.TdClassName
{
border-color: #2D5CBD;
}
.TagClassName
{
border-color: #2D5CBD;
}
</style>