Shades of Cerulean Blue #254AA2
Tints of Cerulean Blue #254AA2
RGB
CMYK
RGB Variations
Color information
#254AA2 (or 0x254AA2) is known color: Cerulean Blue. HEX triplet: 25, 4A and A2. RGB value is (37,74,162). Sum of RGB (Red+Green+Blue) = 37+74+162=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #254AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254AA2 is #DAB55D. Grayscale: #484848. Windows color (decimal): -14333278 or 10635813. OLE color: 10635813.
HSL color Cylindrical-coordinate representation of color #254AA2: hue angle of 222.24º 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 #254AA2 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 74 | 162 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.36 |
| HSL | 222.24º | 0.63% | 0.39% | - |
| HSV(B) | 222.24º | 0.77% | 0.64% | - |
| XYZ | 9.73 | 7.9 | 35.19 | - |
| YUV | 72.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 162 | 0.77 | 0.54 | 0 | 0.36 | 222.24 | 0.63 | 0.39 |
| Hex | 25 | 4A | A2 | 4D | 36 | 0 | 24 | DE | 3F | 27 |
| Octal | 45 | 112 | 242 | 115 | 66 | 0 | 44 | 336 | 77 | 47 |
| Binary | 100101 | 1001010 | 10100010 | 1001101 | 110110 | 0 | 100100 | 11011110 | 111111 | 100111 |
Color Harmonies of #254AA2
Complementary color
Monochromatic Colors of #254AA2
Black with #254AA2
Text Example
Text Example
White with #254AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AA2; }
p { color: rgb(37,74,162); }
H1.HeaderClassName
{
color: #254AA2;
}
.AnyTagClassName
{
color: #254AA2;
}
</style>
background-color css
<style>
a { background-color: #254AA2; }
a { background-color: rgb(37,74,162); }
div.DivClassName
{
background-color: #254AA2;
}
.BgClassName
{
background-color: #254AA2;
}
</style>
border-color css
<style>
span { border-color: #254AA2; }
span { border-color: rgb(37,74,162); }
td.TdClassName
{
border-color: #254AA2;
}
.TagClassName
{
border-color: #254AA2;
}
</style>