Shades of Cerulean Blue #2D46BF
Tints of Cerulean Blue #2D46BF
RGB
CMYK
RGB Variations
Color information
#2D46BF (or 0x2D46BF) is known color: Cerulean Blue. HEX triplet: 2D, 46 and BF. RGB value is (45,70,191). Sum of RGB (Red+Green+Blue) = 45+70+191=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D46BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D46BF is #D2B940. Grayscale: #4B4B4B. Windows color (decimal): -13809985 or 12535341. OLE color: 12535341.
HSL color Cylindrical-coordinate representation of color #2D46BF: hue angle of 229.73º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D46BF is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 70 | 191 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.25 |
| HSL | 229.73º | 0.62% | 0.46% | - |
| HSV(B) | 229.73º | 0.76% | 0.75% | - |
| XYZ | 12.68 | 8.7 | 50.3 | - |
| YUV | 76.32 | 192.72 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 191 | 0.76 | 0.63 | 0 | 0.25 | 229.73 | 0.62 | 0.46 |
| Hex | 2D | 46 | BF | 4C | 3F | 0 | 19 | E6 | 3E | 2E |
| Octal | 55 | 106 | 277 | 114 | 77 | 0 | 31 | 346 | 76 | 56 |
| Binary | 101101 | 1000110 | 10111111 | 1001100 | 111111 | 0 | 11001 | 11100110 | 111110 | 101110 |
Color Harmonies of #2D46BF
Complementary color
Monochromatic Colors of #2D46BF
Black with #2D46BF
Text Example
Text Example
White with #2D46BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D46BF; }
p { color: rgb(45,70,191); }
H1.HeaderClassName
{
color: #2D46BF;
}
.AnyTagClassName
{
color: #2D46BF;
}
</style>
background-color css
<style>
a { background-color: #2D46BF; }
a { background-color: rgb(45,70,191); }
div.DivClassName
{
background-color: #2D46BF;
}
.BgClassName
{
background-color: #2D46BF;
}
</style>
border-color css
<style>
span { border-color: #2D46BF; }
span { border-color: rgb(45,70,191); }
td.TdClassName
{
border-color: #2D46BF;
}
.TagClassName
{
border-color: #2D46BF;
}
</style>