Shades of Cerulean Blue #2D53BE
Tints of Cerulean Blue #2D53BE
RGB
CMYK
RGB Variations
Color information
#2D53BE (or 0x2D53BE) is known color: Cerulean Blue. HEX triplet: 2D, 53 and BE. RGB value is (45,83,190). Sum of RGB (Red+Green+Blue) = 45+83+190=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D53BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D53BE is #D2AC41. Grayscale: #535353. Windows color (decimal): -13806658 or 12473133. OLE color: 12473133.
HSL color Cylindrical-coordinate representation of color #2D53BE: hue angle of 224.28º 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 #2D53BE is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 83 | 190 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.25 |
| HSL | 224.28º | 0.62% | 0.46% | - |
| HSV(B) | 224.28º | 0.76% | 0.75% | - |
| XYZ | 13.47 | 10.46 | 50.02 | - |
| YUV | 83.84 | 187.91 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 190 | 0.76 | 0.56 | 0 | 0.25 | 224.28 | 0.62 | 0.46 |
| Hex | 2D | 53 | BE | 4C | 38 | 0 | 19 | E0 | 3E | 2E |
| Octal | 55 | 123 | 276 | 114 | 70 | 0 | 31 | 340 | 76 | 56 |
| Binary | 101101 | 1010011 | 10111110 | 1001100 | 111000 | 0 | 11001 | 11100000 | 111110 | 101110 |
Color Harmonies of #2D53BE
Complementary color
Monochromatic Colors of #2D53BE
Black with #2D53BE
Text Example
Text Example
White with #2D53BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D53BE; }
p { color: rgb(45,83,190); }
H1.HeaderClassName
{
color: #2D53BE;
}
.AnyTagClassName
{
color: #2D53BE;
}
</style>
background-color css
<style>
a { background-color: #2D53BE; }
a { background-color: rgb(45,83,190); }
div.DivClassName
{
background-color: #2D53BE;
}
.BgClassName
{
background-color: #2D53BE;
}
</style>
border-color css
<style>
span { border-color: #2D53BE; }
span { border-color: rgb(45,83,190); }
td.TdClassName
{
border-color: #2D53BE;
}
.TagClassName
{
border-color: #2D53BE;
}
</style>