Shades of Cerulean Blue #2549B2
Tints of Cerulean Blue #2549B2
RGB
CMYK
RGB Variations
Color information
#2549B2 (or 0x2549B2) is known color: Cerulean Blue. HEX triplet: 25, 49 and B2. RGB value is (37,73,178). Sum of RGB (Red+Green+Blue) = 37+73+178=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 178 (69.92% from 255 or 61.81% from 288); Max value from RGB is 178 - color contains mainly: blue. Hex color #2549B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2549B2 is #DAB64D. Grayscale: #494949. Windows color (decimal): -14333518 or 11684133. OLE color: 11684133.
HSL color Cylindrical-coordinate representation of color #2549B2: hue angle of 224.68º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2549B2 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 73 | 178 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.30 |
| HSL | 224.68º | 0.66% | 0.42% | - |
| HSV(B) | 224.68º | 0.79% | 0.7% | - |
| XYZ | 11.18 | 8.37 | 43.15 | - |
| YUV | 74.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 178 | 0.79 | 0.59 | 0 | 0.30 | 224.68 | 0.66 | 0.42 |
| Hex | 25 | 49 | B2 | 4F | 3B | 0 | 1E | E1 | 42 | 2A |
| Octal | 45 | 111 | 262 | 117 | 73 | 0 | 36 | 341 | 102 | 52 |
| Binary | 100101 | 1001001 | 10110010 | 1001111 | 111011 | 0 | 11110 | 11100001 | 1000010 | 101010 |
Color Harmonies of #2549B2
Complementary color
Monochromatic Colors of #2549B2
Black with #2549B2
Text Example
Text Example
White with #2549B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549B2; }
p { color: rgb(37,73,178); }
H1.HeaderClassName
{
color: #2549B2;
}
.AnyTagClassName
{
color: #2549B2;
}
</style>
background-color css
<style>
a { background-color: #2549B2; }
a { background-color: rgb(37,73,178); }
div.DivClassName
{
background-color: #2549B2;
}
.BgClassName
{
background-color: #2549B2;
}
</style>
border-color css
<style>
span { border-color: #2549B2; }
span { border-color: rgb(37,73,178); }
td.TdClassName
{
border-color: #2549B2;
}
.TagClassName
{
border-color: #2549B2;
}
</style>