Shades of Cerulean Blue #2548BE
Tints of Cerulean Blue #2548BE
RGB
CMYK
RGB Variations
Color information
#2548BE (or 0x2548BE) is known color: Cerulean Blue. HEX triplet: 25, 48 and BE. RGB value is (37,72,190). Sum of RGB (Red+Green+Blue) = 37+72+190=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #2548BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548BE is #DAB741. Grayscale: #4A4A4A. Windows color (decimal): -14333762 or 12470309. OLE color: 12470309.
HSL color Cylindrical-coordinate representation of color #2548BE: hue angle of 226.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2548BE is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 72 | 190 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.25 |
| HSL | 226.27º | 0.67% | 0.45% | - |
| HSV(B) | 226.27º | 0.81% | 0.75% | - |
| XYZ | 12.37 | 8.75 | 49.75 | - |
| YUV | 74.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 190 | 0.81 | 0.62 | 0 | 0.25 | 226.27 | 0.67 | 0.45 |
| Hex | 25 | 48 | BE | 51 | 3E | 0 | 19 | E2 | 43 | 2D |
| Octal | 45 | 110 | 276 | 121 | 76 | 0 | 31 | 342 | 103 | 55 |
| Binary | 100101 | 1001000 | 10111110 | 1010001 | 111110 | 0 | 11001 | 11100010 | 1000011 | 101101 |
Color Harmonies of #2548BE
Complementary color
Monochromatic Colors of #2548BE
Black with #2548BE
Text Example
Text Example
White with #2548BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2548BE; }
p { color: rgb(37,72,190); }
H1.HeaderClassName
{
color: #2548BE;
}
.AnyTagClassName
{
color: #2548BE;
}
</style>
background-color css
<style>
a { background-color: #2548BE; }
a { background-color: rgb(37,72,190); }
div.DivClassName
{
background-color: #2548BE;
}
.BgClassName
{
background-color: #2548BE;
}
</style>
border-color css
<style>
span { border-color: #2548BE; }
span { border-color: rgb(37,72,190); }
td.TdClassName
{
border-color: #2548BE;
}
.TagClassName
{
border-color: #2548BE;
}
</style>