Shades of Cerulean Blue #2549CD
Tints of Cerulean Blue #2549CD
RGB
CMYK
RGB Variations
Color information
#2549CD (or 0x2549CD) is known color: Cerulean Blue. HEX triplet: 25, 49 and CD. RGB value is (37,73,205). Sum of RGB (Red+Green+Blue) = 37+73+205=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #2549CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549CD is #DAB632. Grayscale: #4C4C4C. Windows color (decimal): -14333491 or 13453605. OLE color: 13453605.
HSL color Cylindrical-coordinate representation of color #2549CD: hue angle of 227.14º 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 #2549CD is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 73 | 205 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.20 |
| HSL | 227.14º | 0.69% | 0.47% | - |
| HSV(B) | 227.14º | 0.82% | 0.8% | - |
| XYZ | 14.16 | 9.57 | 58.86 | - |
| YUV | 77.28 | 200.07 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 205 | 0.82 | 0.64 | 0 | 0.20 | 227.14 | 0.69 | 0.47 |
| Hex | 25 | 49 | CD | 52 | 40 | 0 | 14 | E3 | 45 | 2F |
| Octal | 45 | 111 | 315 | 122 | 100 | 0 | 24 | 343 | 105 | 57 |
| Binary | 100101 | 1001001 | 11001101 | 1010010 | 1000000 | 0 | 10100 | 11100011 | 1000101 | 101111 |
Color Harmonies of #2549CD
Complementary color
Monochromatic Colors of #2549CD
Black with #2549CD
Text Example
Text Example
White with #2549CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549CD; }
p { color: rgb(37,73,205); }
H1.HeaderClassName
{
color: #2549CD;
}
.AnyTagClassName
{
color: #2549CD;
}
</style>
background-color css
<style>
a { background-color: #2549CD; }
a { background-color: rgb(37,73,205); }
div.DivClassName
{
background-color: #2549CD;
}
.BgClassName
{
background-color: #2549CD;
}
</style>
border-color css
<style>
span { border-color: #2549CD; }
span { border-color: rgb(37,73,205); }
td.TdClassName
{
border-color: #2549CD;
}
.TagClassName
{
border-color: #2549CD;
}
</style>