Shades of Cerulean Blue #2D67BC
Tints of Cerulean Blue #2D67BC
RGB
CMYK
RGB Variations
Color information
#2D67BC (or 0x2D67BC) is known color: Cerulean Blue. HEX triplet: 2D, 67 and BC. RGB value is (45,103,188). Sum of RGB (Red+Green+Blue) = 45+103+188=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D67BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D67BC is #D29843. Grayscale: #5E5E5E. Windows color (decimal): -13801540 or 12347181. OLE color: 12347181.
HSL color Cylindrical-coordinate representation of color #2D67BC: hue angle of 215.66º 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 #2D67BC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 103 | 188 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.26 |
| HSL | 215.66º | 0.61% | 0.46% | - |
| HSV(B) | 215.66º | 0.76% | 0.74% | - |
| XYZ | 15.01 | 13.89 | 49.47 | - |
| YUV | 95.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 188 | 0.76 | 0.45 | 0 | 0.26 | 215.66 | 0.61 | 0.46 |
| Hex | 2D | 67 | BC | 4C | 2D | 0 | 1A | D8 | 3D | 2E |
| Octal | 55 | 147 | 274 | 114 | 55 | 0 | 32 | 330 | 75 | 56 |
| Binary | 101101 | 1100111 | 10111100 | 1001100 | 101101 | 0 | 11010 | 11011000 | 111101 | 101110 |
Color Harmonies of #2D67BC
Complementary color
Monochromatic Colors of #2D67BC
Black with #2D67BC
Text Example
Text Example
White with #2D67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D67BC; }
p { color: rgb(45,103,188); }
H1.HeaderClassName
{
color: #2D67BC;
}
.AnyTagClassName
{
color: #2D67BC;
}
</style>
background-color css
<style>
a { background-color: #2D67BC; }
a { background-color: rgb(45,103,188); }
div.DivClassName
{
background-color: #2D67BC;
}
.BgClassName
{
background-color: #2D67BC;
}
</style>
border-color css
<style>
span { border-color: #2D67BC; }
span { border-color: rgb(45,103,188); }
td.TdClassName
{
border-color: #2D67BC;
}
.TagClassName
{
border-color: #2D67BC;
}
</style>