Shades of Cerulean Blue #254BA2
Tints of Cerulean Blue #254BA2
RGB
CMYK
RGB Variations
Color information
#254BA2 (or 0x254BA2) is known color: Cerulean Blue. HEX triplet: 25, 4B and A2. RGB value is (37,75,162). Sum of RGB (Red+Green+Blue) = 37+75+162=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #254BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BA2 is #DAB45D. Grayscale: #494949. Windows color (decimal): -14333022 or 10636069. OLE color: 10636069.
HSL color Cylindrical-coordinate representation of color #254BA2: hue angle of 221.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254BA2 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 75 | 162 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.36 |
| HSL | 221.76º | 0.63% | 0.39% | - |
| HSV(B) | 221.76º | 0.77% | 0.64% | - |
| XYZ | 9.8 | 8.03 | 35.22 | - |
| YUV | 73.56 | 177.91 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 162 | 0.77 | 0.54 | 0 | 0.36 | 221.76 | 0.63 | 0.39 |
| Hex | 25 | 4B | A2 | 4D | 36 | 0 | 24 | DE | 3F | 27 |
| Octal | 45 | 113 | 242 | 115 | 66 | 0 | 44 | 336 | 77 | 47 |
| Binary | 100101 | 1001011 | 10100010 | 1001101 | 110110 | 0 | 100100 | 11011110 | 111111 | 100111 |
Color Harmonies of #254BA2
Complementary color
Monochromatic Colors of #254BA2
Black with #254BA2
Text Example
Text Example
White with #254BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BA2; }
p { color: rgb(37,75,162); }
H1.HeaderClassName
{
color: #254BA2;
}
.AnyTagClassName
{
color: #254BA2;
}
</style>
background-color css
<style>
a { background-color: #254BA2; }
a { background-color: rgb(37,75,162); }
div.DivClassName
{
background-color: #254BA2;
}
.BgClassName
{
background-color: #254BA2;
}
</style>
border-color css
<style>
span { border-color: #254BA2; }
span { border-color: rgb(37,75,162); }
td.TdClassName
{
border-color: #254BA2;
}
.TagClassName
{
border-color: #254BA2;
}
</style>