Shades of Cerulean Blue #2549BC
Tints of Cerulean Blue #2549BC
RGB
CMYK
RGB Variations
Color information
#2549BC (or 0x2549BC) is known color: Cerulean Blue. HEX triplet: 25, 49 and BC. RGB value is (37,73,188). Sum of RGB (Red+Green+Blue) = 37+73+188=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #2549BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549BC is #DAB643. Grayscale: #4A4A4A. Windows color (decimal): -14333508 or 12339493. OLE color: 12339493.
HSL color Cylindrical-coordinate representation of color #2549BC: hue angle of 225.7º 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 #2549BC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 73 | 188 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.26 |
| HSL | 225.7º | 0.67% | 0.44% | - |
| HSV(B) | 225.7º | 0.8% | 0.74% | - |
| XYZ | 12.22 | 8.79 | 48.63 | - |
| YUV | 75.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 188 | 0.80 | 0.61 | 0 | 0.26 | 225.7 | 0.67 | 0.44 |
| Hex | 25 | 49 | BC | 50 | 3D | 0 | 1A | E2 | 43 | 2C |
| Octal | 45 | 111 | 274 | 120 | 75 | 0 | 32 | 342 | 103 | 54 |
| Binary | 100101 | 1001001 | 10111100 | 1010000 | 111101 | 0 | 11010 | 11100010 | 1000011 | 101100 |
Color Harmonies of #2549BC
Complementary color
Monochromatic Colors of #2549BC
Black with #2549BC
Text Example
Text Example
White with #2549BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549BC; }
p { color: rgb(37,73,188); }
H1.HeaderClassName
{
color: #2549BC;
}
.AnyTagClassName
{
color: #2549BC;
}
</style>
background-color css
<style>
a { background-color: #2549BC; }
a { background-color: rgb(37,73,188); }
div.DivClassName
{
background-color: #2549BC;
}
.BgClassName
{
background-color: #2549BC;
}
</style>
border-color css
<style>
span { border-color: #2549BC; }
span { border-color: rgb(37,73,188); }
td.TdClassName
{
border-color: #2549BC;
}
.TagClassName
{
border-color: #2549BC;
}
</style>