Shades of Cerulean Blue #2F45BC
Tints of Cerulean Blue #2F45BC
RGB
CMYK
RGB Variations
Color information
#2F45BC (or 0x2F45BC) is known color: Cerulean Blue. HEX triplet: 2F, 45 and BC. RGB value is (47,69,188). Sum of RGB (Red+Green+Blue) = 47+69+188=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F45BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F45BC is #D0BA43. Grayscale: #4B4B4B. Windows color (decimal): -13679172 or 12338479. OLE color: 12338479.
HSL color Cylindrical-coordinate representation of color #2F45BC: hue angle of 230.64º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F45BC is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 69 | 188 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.26 |
| HSL | 230.64º | 0.6% | 0.46% | - |
| HSV(B) | 230.64º | 0.75% | 0.74% | - |
| XYZ | 12.38 | 8.49 | 48.56 | - |
| YUV | 75.99 | 191.21 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 188 | 0.75 | 0.63 | 0 | 0.26 | 230.64 | 0.6 | 0.46 |
| Hex | 2F | 45 | BC | 4B | 3F | 0 | 1A | E7 | 3C | 2E |
| Octal | 57 | 105 | 274 | 113 | 77 | 0 | 32 | 347 | 74 | 56 |
| Binary | 101111 | 1000101 | 10111100 | 1001011 | 111111 | 0 | 11010 | 11100111 | 111100 | 101110 |
Color Harmonies of #2F45BC
Complementary color
Monochromatic Colors of #2F45BC
Black with #2F45BC
Text Example
Text Example
White with #2F45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F45BC; }
p { color: rgb(47,69,188); }
H1.HeaderClassName
{
color: #2F45BC;
}
.AnyTagClassName
{
color: #2F45BC;
}
</style>
background-color css
<style>
a { background-color: #2F45BC; }
a { background-color: rgb(47,69,188); }
div.DivClassName
{
background-color: #2F45BC;
}
.BgClassName
{
background-color: #2F45BC;
}
</style>
border-color css
<style>
span { border-color: #2F45BC; }
span { border-color: rgb(47,69,188); }
td.TdClassName
{
border-color: #2F45BC;
}
.TagClassName
{
border-color: #2F45BC;
}
</style>