Shades of Cerulean Blue #2547B2
Tints of Cerulean Blue #2547B2
RGB
CMYK
RGB Variations
Color information
#2547B2 (or 0x2547B2) is known color: Cerulean Blue. HEX triplet: 25, 47 and B2. RGB value is (37,71,178). Sum of RGB (Red+Green+Blue) = 37+71+178=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #2547B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2547B2 is #DAB84D. Grayscale: #484848. Windows color (decimal): -14334030 or 11683621. OLE color: 11683621.
HSL color Cylindrical-coordinate representation of color #2547B2: hue angle of 225.53º 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 #2547B2 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 71 | 178 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.30 |
| HSL | 225.53º | 0.66% | 0.42% | - |
| HSV(B) | 225.53º | 0.79% | 0.7% | - |
| XYZ | 11.05 | 8.11 | 43.1 | - |
| YUV | 73.03 | 187.24 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 178 | 0.79 | 0.60 | 0 | 0.30 | 225.53 | 0.66 | 0.42 |
| Hex | 25 | 47 | B2 | 4F | 3C | 0 | 1E | E2 | 42 | 2A |
| Octal | 45 | 107 | 262 | 117 | 74 | 0 | 36 | 342 | 102 | 52 |
| Binary | 100101 | 1000111 | 10110010 | 1001111 | 111100 | 0 | 11110 | 11100010 | 1000010 | 101010 |
Color Harmonies of #2547B2
Complementary color
Monochromatic Colors of #2547B2
Black with #2547B2
Text Example
Text Example
White with #2547B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2547B2; }
p { color: rgb(37,71,178); }
H1.HeaderClassName
{
color: #2547B2;
}
.AnyTagClassName
{
color: #2547B2;
}
</style>
background-color css
<style>
a { background-color: #2547B2; }
a { background-color: rgb(37,71,178); }
div.DivClassName
{
background-color: #2547B2;
}
.BgClassName
{
background-color: #2547B2;
}
</style>
border-color css
<style>
span { border-color: #2547B2; }
span { border-color: rgb(37,71,178); }
td.TdClassName
{
border-color: #2547B2;
}
.TagClassName
{
border-color: #2547B2;
}
</style>