Shades of Cerulean Blue #2546B2
Tints of Cerulean Blue #2546B2
RGB
CMYK
RGB Variations
Color information
#2546B2 (or 0x2546B2) is known color: Cerulean Blue. HEX triplet: 25, 46 and B2. RGB value is (37,70,178). Sum of RGB (Red+Green+Blue) = 37+70+178=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 178 (69.92% from 255 or 62.46% from 285); Max value from RGB is 178 - color contains mainly: blue. Hex color #2546B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2546B2 is #DAB94D. Grayscale: #474747. Windows color (decimal): -14334286 or 11683365. OLE color: 11683365.
HSL color Cylindrical-coordinate representation of color #2546B2: hue angle of 225.96º 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 #2546B2 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 70 | 178 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.30 |
| HSL | 225.96º | 0.66% | 0.42% | - |
| HSV(B) | 225.96º | 0.79% | 0.7% | - |
| XYZ | 10.99 | 7.99 | 43.08 | - |
| YUV | 72.45 | 187.57 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 178 | 0.79 | 0.61 | 0 | 0.30 | 225.96 | 0.66 | 0.42 |
| Hex | 25 | 46 | B2 | 4F | 3D | 0 | 1E | E2 | 42 | 2A |
| Octal | 45 | 106 | 262 | 117 | 75 | 0 | 36 | 342 | 102 | 52 |
| Binary | 100101 | 1000110 | 10110010 | 1001111 | 111101 | 0 | 11110 | 11100010 | 1000010 | 101010 |
Color Harmonies of #2546B2
Complementary color
Monochromatic Colors of #2546B2
Black with #2546B2
Text Example
Text Example
White with #2546B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2546B2; }
p { color: rgb(37,70,178); }
H1.HeaderClassName
{
color: #2546B2;
}
.AnyTagClassName
{
color: #2546B2;
}
</style>
background-color css
<style>
a { background-color: #2546B2; }
a { background-color: rgb(37,70,178); }
div.DivClassName
{
background-color: #2546B2;
}
.BgClassName
{
background-color: #2546B2;
}
</style>
border-color css
<style>
span { border-color: #2546B2; }
span { border-color: rgb(37,70,178); }
td.TdClassName
{
border-color: #2546B2;
}
.TagClassName
{
border-color: #2546B2;
}
</style>