Shades of Cerulean Blue #2547BB
Tints of Cerulean Blue #2547BB
RGB
CMYK
RGB Variations
Color information
#2547BB (or 0x2547BB) is known color: Cerulean Blue. HEX triplet: 25, 47 and BB. RGB value is (37,71,187). Sum of RGB (Red+Green+Blue) = 37+71+187=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #2547BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2547BB is #DAB844. Grayscale: #494949. Windows color (decimal): -14334021 or 12273445. OLE color: 12273445.
HSL color Cylindrical-coordinate representation of color #2547BB: hue angle of 226.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2547BB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 71 | 187 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.27 |
| HSL | 226.4º | 0.67% | 0.44% | - |
| HSV(B) | 226.4º | 0.8% | 0.73% | - |
| XYZ | 11.99 | 8.49 | 48.02 | - |
| YUV | 74.06 | 191.74 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 187 | 0.80 | 0.62 | 0 | 0.27 | 226.4 | 0.67 | 0.44 |
| Hex | 25 | 47 | BB | 50 | 3E | 0 | 1B | E2 | 43 | 2C |
| Octal | 45 | 107 | 273 | 120 | 76 | 0 | 33 | 342 | 103 | 54 |
| Binary | 100101 | 1000111 | 10111011 | 1010000 | 111110 | 0 | 11011 | 11100010 | 1000011 | 101100 |
Color Harmonies of #2547BB
Complementary color
Monochromatic Colors of #2547BB
Black with #2547BB
Text Example
Text Example
White with #2547BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2547BB; }
p { color: rgb(37,71,187); }
H1.HeaderClassName
{
color: #2547BB;
}
.AnyTagClassName
{
color: #2547BB;
}
</style>
background-color css
<style>
a { background-color: #2547BB; }
a { background-color: rgb(37,71,187); }
div.DivClassName
{
background-color: #2547BB;
}
.BgClassName
{
background-color: #2547BB;
}
</style>
border-color css
<style>
span { border-color: #2547BB; }
span { border-color: rgb(37,71,187); }
td.TdClassName
{
border-color: #2547BB;
}
.TagClassName
{
border-color: #2547BB;
}
</style>