Shades of Cerulean Blue #254CAC
Tints of Cerulean Blue #254CAC
RGB
CMYK
RGB Variations
Color information
#254CAC (or 0x254CAC) is known color: Cerulean Blue. HEX triplet: 25, 4C and AC. RGB value is (37,76,172). Sum of RGB (Red+Green+Blue) = 37+76+172=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #254CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254CAC is #DAB353. Grayscale: #4A4A4A. Windows color (decimal): -14332756 or 11291685. OLE color: 11291685.
HSL color Cylindrical-coordinate representation of color #254CAC: hue angle of 222.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #254CAC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 76 | 172 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.33 |
| HSL | 222.67º | 0.65% | 0.41% | - |
| HSV(B) | 222.67º | 0.78% | 0.67% | - |
| XYZ | 10.79 | 8.54 | 40.11 | - |
| YUV | 75.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 172 | 0.78 | 0.56 | 0 | 0.33 | 222.67 | 0.65 | 0.41 |
| Hex | 25 | 4C | AC | 4E | 38 | 0 | 21 | DF | 41 | 29 |
| Octal | 45 | 114 | 254 | 116 | 70 | 0 | 41 | 337 | 101 | 51 |
| Binary | 100101 | 1001100 | 10101100 | 1001110 | 111000 | 0 | 100001 | 11011111 | 1000001 | 101001 |
Color Harmonies of #254CAC
Complementary color
Monochromatic Colors of #254CAC
Black with #254CAC
Text Example
Text Example
White with #254CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CAC; }
p { color: rgb(37,76,172); }
H1.HeaderClassName
{
color: #254CAC;
}
.AnyTagClassName
{
color: #254CAC;
}
</style>
background-color css
<style>
a { background-color: #254CAC; }
a { background-color: rgb(37,76,172); }
div.DivClassName
{
background-color: #254CAC;
}
.BgClassName
{
background-color: #254CAC;
}
</style>
border-color css
<style>
span { border-color: #254CAC; }
span { border-color: rgb(37,76,172); }
td.TdClassName
{
border-color: #254CAC;
}
.TagClassName
{
border-color: #254CAC;
}
</style>