Shades of Cerulean Blue #2549CB
Tints of Cerulean Blue #2549CB
RGB
CMYK
RGB Variations
Color information
#2549CB (or 0x2549CB) is known color: Cerulean Blue. HEX triplet: 25, 49 and CB. RGB value is (37,73,203). Sum of RGB (Red+Green+Blue) = 37+73+203=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #2549CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549CB is #DAB634. Grayscale: #4C4C4C. Windows color (decimal): -14333493 or 13322533. OLE color: 13322533.
HSL color Cylindrical-coordinate representation of color #2549CB: hue angle of 226.99º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2549CB is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 73 | 203 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.20 |
| HSL | 226.99º | 0.69% | 0.47% | - |
| HSV(B) | 226.99º | 0.82% | 0.8% | - |
| XYZ | 13.92 | 9.47 | 57.59 | - |
| YUV | 77.06 | 199.07 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 203 | 0.82 | 0.64 | 0 | 0.20 | 226.99 | 0.69 | 0.47 |
| Hex | 25 | 49 | CB | 52 | 40 | 0 | 14 | E3 | 45 | 2F |
| Octal | 45 | 111 | 313 | 122 | 100 | 0 | 24 | 343 | 105 | 57 |
| Binary | 100101 | 1001001 | 11001011 | 1010010 | 1000000 | 0 | 10100 | 11100011 | 1000101 | 101111 |
Color Harmonies of #2549CB
Complementary color
Monochromatic Colors of #2549CB
Black with #2549CB
Text Example
Text Example
White with #2549CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549CB; }
p { color: rgb(37,73,203); }
H1.HeaderClassName
{
color: #2549CB;
}
.AnyTagClassName
{
color: #2549CB;
}
</style>
background-color css
<style>
a { background-color: #2549CB; }
a { background-color: rgb(37,73,203); }
div.DivClassName
{
background-color: #2549CB;
}
.BgClassName
{
background-color: #2549CB;
}
</style>
border-color css
<style>
span { border-color: #2549CB; }
span { border-color: rgb(37,73,203); }
td.TdClassName
{
border-color: #2549CB;
}
.TagClassName
{
border-color: #2549CB;
}
</style>