Shades of Cerulean Blue #2D64BE
Tints of Cerulean Blue #2D64BE
RGB
CMYK
RGB Variations
Color information
#2D64BE (or 0x2D64BE) is known color: Cerulean Blue. HEX triplet: 2D, 64 and BE. RGB value is (45,100,190). Sum of RGB (Red+Green+Blue) = 45+100+190=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D64BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D64BE is #D29B41. Grayscale: #5D5D5D. Windows color (decimal): -13802306 or 12477485. OLE color: 12477485.
HSL color Cylindrical-coordinate representation of color #2D64BE: hue angle of 217.24º 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 #2D64BE is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 100 | 190 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.25 |
| HSL | 217.24º | 0.62% | 0.46% | - |
| HSV(B) | 217.24º | 0.76% | 0.75% | - |
| XYZ | 14.93 | 13.39 | 50.51 | - |
| YUV | 93.82 | 182.28 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 190 | 0.76 | 0.47 | 0 | 0.25 | 217.24 | 0.62 | 0.46 |
| Hex | 2D | 64 | BE | 4C | 2F | 0 | 19 | D9 | 3E | 2E |
| Octal | 55 | 144 | 276 | 114 | 57 | 0 | 31 | 331 | 76 | 56 |
| Binary | 101101 | 1100100 | 10111110 | 1001100 | 101111 | 0 | 11001 | 11011001 | 111110 | 101110 |
Color Harmonies of #2D64BE
Complementary color
Monochromatic Colors of #2D64BE
Black with #2D64BE
Text Example
Text Example
White with #2D64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D64BE; }
p { color: rgb(45,100,190); }
H1.HeaderClassName
{
color: #2D64BE;
}
.AnyTagClassName
{
color: #2D64BE;
}
</style>
background-color css
<style>
a { background-color: #2D64BE; }
a { background-color: rgb(45,100,190); }
div.DivClassName
{
background-color: #2D64BE;
}
.BgClassName
{
background-color: #2D64BE;
}
</style>
border-color css
<style>
span { border-color: #2D64BE; }
span { border-color: rgb(45,100,190); }
td.TdClassName
{
border-color: #2D64BE;
}
.TagClassName
{
border-color: #2D64BE;
}
</style>