Shades of Cerulean Blue #2548AF
Tints of Cerulean Blue #2548AF
RGB
CMYK
RGB Variations
Color information
#2548AF (or 0x2548AF) is known color: Cerulean Blue. HEX triplet: 25, 48 and AF. RGB value is (37,72,175). Sum of RGB (Red+Green+Blue) = 37+72+175=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #2548AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2548AF is #DAB750. Grayscale: #484848. Windows color (decimal): -14333777 or 11487269. OLE color: 11487269.
HSL color Cylindrical-coordinate representation of color #2548AF: hue angle of 224.78º 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 #2548AF is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 72 | 175 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.31 |
| HSL | 224.78º | 0.65% | 0.42% | - |
| HSV(B) | 224.78º | 0.79% | 0.69% | - |
| XYZ | 10.82 | 8.12 | 41.56 | - |
| YUV | 73.28 | 185.4 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 175 | 0.79 | 0.59 | 0 | 0.31 | 224.78 | 0.65 | 0.42 |
| Hex | 25 | 48 | AF | 4F | 3B | 0 | 1F | E1 | 41 | 2A |
| Octal | 45 | 110 | 257 | 117 | 73 | 0 | 37 | 341 | 101 | 52 |
| Binary | 100101 | 1001000 | 10101111 | 1001111 | 111011 | 0 | 11111 | 11100001 | 1000001 | 101010 |
Color Harmonies of #2548AF
Complementary color
Monochromatic Colors of #2548AF
Black with #2548AF
Text Example
Text Example
White with #2548AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2548AF; }
p { color: rgb(37,72,175); }
H1.HeaderClassName
{
color: #2548AF;
}
.AnyTagClassName
{
color: #2548AF;
}
</style>
background-color css
<style>
a { background-color: #2548AF; }
a { background-color: rgb(37,72,175); }
div.DivClassName
{
background-color: #2548AF;
}
.BgClassName
{
background-color: #2548AF;
}
</style>
border-color css
<style>
span { border-color: #2548AF; }
span { border-color: rgb(37,72,175); }
td.TdClassName
{
border-color: #2548AF;
}
.TagClassName
{
border-color: #2548AF;
}
</style>