Shades of Cerulean Blue #2548BC
Tints of Cerulean Blue #2548BC
RGB
CMYK
RGB Variations
Color information
#2548BC (or 0x2548BC) is known color: Cerulean Blue. HEX triplet: 25, 48 and BC. RGB value is (37,72,188). Sum of RGB (Red+Green+Blue) = 37+72+188=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #2548BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548BC is #DAB743. Grayscale: #4A4A4A. Windows color (decimal): -14333764 or 12339237. OLE color: 12339237.
HSL color Cylindrical-coordinate representation of color #2548BC: hue angle of 226.09º 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 #2548BC is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 72 | 188 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.26 |
| HSL | 226.09º | 0.67% | 0.44% | - |
| HSV(B) | 226.09º | 0.8% | 0.74% | - |
| XYZ | 12.16 | 8.66 | 48.61 | - |
| YUV | 74.76 | 191.9 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 188 | 0.80 | 0.62 | 0 | 0.26 | 226.09 | 0.67 | 0.44 |
| Hex | 25 | 48 | BC | 50 | 3E | 0 | 1A | E2 | 43 | 2C |
| Octal | 45 | 110 | 274 | 120 | 76 | 0 | 32 | 342 | 103 | 54 |
| Binary | 100101 | 1001000 | 10111100 | 1010000 | 111110 | 0 | 11010 | 11100010 | 1000011 | 101100 |
Color Harmonies of #2548BC
Complementary color
Monochromatic Colors of #2548BC
Black with #2548BC
Text Example
Text Example
White with #2548BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2548BC; }
p { color: rgb(37,72,188); }
H1.HeaderClassName
{
color: #2548BC;
}
.AnyTagClassName
{
color: #2548BC;
}
</style>
background-color css
<style>
a { background-color: #2548BC; }
a { background-color: rgb(37,72,188); }
div.DivClassName
{
background-color: #2548BC;
}
.BgClassName
{
background-color: #2548BC;
}
</style>
border-color css
<style>
span { border-color: #2548BC; }
span { border-color: rgb(37,72,188); }
td.TdClassName
{
border-color: #2548BC;
}
.TagClassName
{
border-color: #2548BC;
}
</style>