Shades of Cerulean Blue #2D46BC
Tints of Cerulean Blue #2D46BC
RGB
CMYK
RGB Variations
Color information
#2D46BC (or 0x2D46BC) is known color: Cerulean Blue. HEX triplet: 2D, 46 and BC. RGB value is (45,70,188). Sum of RGB (Red+Green+Blue) = 45+70+188=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D46BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D46BC is #D2B943. Grayscale: #4B4B4B. Windows color (decimal): -13809988 or 12338733. OLE color: 12338733.
HSL color Cylindrical-coordinate representation of color #2D46BC: hue angle of 229.51º 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 #2D46BC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 70 | 188 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.26 |
| HSL | 229.51º | 0.61% | 0.46% | - |
| HSV(B) | 229.51º | 0.76% | 0.74% | - |
| XYZ | 12.35 | 8.57 | 48.58 | - |
| YUV | 75.98 | 191.22 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 188 | 0.76 | 0.63 | 0 | 0.26 | 229.51 | 0.61 | 0.46 |
| Hex | 2D | 46 | BC | 4C | 3F | 0 | 1A | E6 | 3D | 2E |
| Octal | 55 | 106 | 274 | 114 | 77 | 0 | 32 | 346 | 75 | 56 |
| Binary | 101101 | 1000110 | 10111100 | 1001100 | 111111 | 0 | 11010 | 11100110 | 111101 | 101110 |
Color Harmonies of #2D46BC
Complementary color
Monochromatic Colors of #2D46BC
Black with #2D46BC
Text Example
Text Example
White with #2D46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D46BC; }
p { color: rgb(45,70,188); }
H1.HeaderClassName
{
color: #2D46BC;
}
.AnyTagClassName
{
color: #2D46BC;
}
</style>
background-color css
<style>
a { background-color: #2D46BC; }
a { background-color: rgb(45,70,188); }
div.DivClassName
{
background-color: #2D46BC;
}
.BgClassName
{
background-color: #2D46BC;
}
</style>
border-color css
<style>
span { border-color: #2D46BC; }
span { border-color: rgb(45,70,188); }
td.TdClassName
{
border-color: #2D46BC;
}
.TagClassName
{
border-color: #2D46BC;
}
</style>