Shades of Cerulean Blue #2547BC
Tints of Cerulean Blue #2547BC
RGB
CMYK
RGB Variations
Color information
#2547BC (or 0x2547BC) is known color: Cerulean Blue. HEX triplet: 25, 47 and BC. RGB value is (37,71,188). Sum of RGB (Red+Green+Blue) = 37+71+188=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #2547BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2547BC is #DAB843. Grayscale: #494949. Windows color (decimal): -14334020 or 12338981. OLE color: 12338981.
HSL color Cylindrical-coordinate representation of color #2547BC: hue angle of 226.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2547BC is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 71 | 188 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.26 |
| HSL | 226.49º | 0.67% | 0.44% | - |
| HSV(B) | 226.49º | 0.8% | 0.74% | - |
| XYZ | 12.09 | 8.53 | 48.59 | - |
| YUV | 74.17 | 192.24 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 188 | 0.80 | 0.62 | 0 | 0.26 | 226.49 | 0.67 | 0.44 |
| Hex | 25 | 47 | BC | 50 | 3E | 0 | 1A | E2 | 43 | 2C |
| Octal | 45 | 107 | 274 | 120 | 76 | 0 | 32 | 342 | 103 | 54 |
| Binary | 100101 | 1000111 | 10111100 | 1010000 | 111110 | 0 | 11010 | 11100010 | 1000011 | 101100 |
Color Harmonies of #2547BC
Complementary color
Monochromatic Colors of #2547BC
Black with #2547BC
Text Example
Text Example
White with #2547BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2547BC; }
p { color: rgb(37,71,188); }
H1.HeaderClassName
{
color: #2547BC;
}
.AnyTagClassName
{
color: #2547BC;
}
</style>
background-color css
<style>
a { background-color: #2547BC; }
a { background-color: rgb(37,71,188); }
div.DivClassName
{
background-color: #2547BC;
}
.BgClassName
{
background-color: #2547BC;
}
</style>
border-color css
<style>
span { border-color: #2547BC; }
span { border-color: rgb(37,71,188); }
td.TdClassName
{
border-color: #2547BC;
}
.TagClassName
{
border-color: #2547BC;
}
</style>