Shades of Cerulean Blue #2D5CBC
Tints of Cerulean Blue #2D5CBC
RGB
CMYK
RGB Variations
Color information
#2D5CBC (or 0x2D5CBC) is known color: Cerulean Blue. HEX triplet: 2D, 5C and BC. RGB value is (45,92,188). Sum of RGB (Red+Green+Blue) = 45+92+188=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D5CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5CBC is #D2A343. Grayscale: #585858. Windows color (decimal): -13804356 or 12344365. OLE color: 12344365.
HSL color Cylindrical-coordinate representation of color #2D5CBC: hue angle of 220.28º degrees, saturation: 0.61, 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 #2D5CBC is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 92 | 188 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.26 |
| HSL | 220.28º | 0.61% | 0.46% | - |
| HSV(B) | 220.28º | 0.76% | 0.74% | - |
| XYZ | 13.99 | 11.84 | 49.13 | - |
| YUV | 88.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 188 | 0.76 | 0.51 | 0 | 0.26 | 220.28 | 0.61 | 0.46 |
| Hex | 2D | 5C | BC | 4C | 33 | 0 | 1A | DC | 3D | 2E |
| Octal | 55 | 134 | 274 | 114 | 63 | 0 | 32 | 334 | 75 | 56 |
| Binary | 101101 | 1011100 | 10111100 | 1001100 | 110011 | 0 | 11010 | 11011100 | 111101 | 101110 |
Color Harmonies of #2D5CBC
Complementary color
Monochromatic Colors of #2D5CBC
Black with #2D5CBC
Text Example
Text Example
White with #2D5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5CBC; }
p { color: rgb(45,92,188); }
H1.HeaderClassName
{
color: #2D5CBC;
}
.AnyTagClassName
{
color: #2D5CBC;
}
</style>
background-color css
<style>
a { background-color: #2D5CBC; }
a { background-color: rgb(45,92,188); }
div.DivClassName
{
background-color: #2D5CBC;
}
.BgClassName
{
background-color: #2D5CBC;
}
</style>
border-color css
<style>
span { border-color: #2D5CBC; }
span { border-color: rgb(45,92,188); }
td.TdClassName
{
border-color: #2D5CBC;
}
.TagClassName
{
border-color: #2D5CBC;
}
</style>