Shades of Cerulean Blue #2546AF
Tints of Cerulean Blue #2546AF
RGB
CMYK
RGB Variations
Color information
#2546AF (or 0x2546AF) is known color: Cerulean Blue. HEX triplet: 25, 46 and AF. RGB value is (37,70,175). Sum of RGB (Red+Green+Blue) = 37+70+175=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #2546AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2546AF is #DAB950. Grayscale: #474747. Windows color (decimal): -14334289 or 11486757. OLE color: 11486757.
HSL color Cylindrical-coordinate representation of color #2546AF: hue angle of 225.65º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2546AF is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 70 | 175 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.31 |
| HSL | 225.65º | 0.65% | 0.42% | - |
| HSV(B) | 225.65º | 0.79% | 0.69% | - |
| XYZ | 10.69 | 7.87 | 41.51 | - |
| YUV | 72.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 175 | 0.79 | 0.60 | 0 | 0.31 | 225.65 | 0.65 | 0.42 |
| Hex | 25 | 46 | AF | 4F | 3C | 0 | 1F | E2 | 41 | 2A |
| Octal | 45 | 106 | 257 | 117 | 74 | 0 | 37 | 342 | 101 | 52 |
| Binary | 100101 | 1000110 | 10101111 | 1001111 | 111100 | 0 | 11111 | 11100010 | 1000001 | 101010 |
Color Harmonies of #2546AF
Complementary color
Monochromatic Colors of #2546AF
Black with #2546AF
Text Example
Text Example
White with #2546AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2546AF; }
p { color: rgb(37,70,175); }
H1.HeaderClassName
{
color: #2546AF;
}
.AnyTagClassName
{
color: #2546AF;
}
</style>
background-color css
<style>
a { background-color: #2546AF; }
a { background-color: rgb(37,70,175); }
div.DivClassName
{
background-color: #2546AF;
}
.BgClassName
{
background-color: #2546AF;
}
</style>
border-color css
<style>
span { border-color: #2546AF; }
span { border-color: rgb(37,70,175); }
td.TdClassName
{
border-color: #2546AF;
}
.TagClassName
{
border-color: #2546AF;
}
</style>