Shades of Regal Blue #254157
Tints of Regal Blue #254157
RGB
CMYK
RGB Variations
Color information
#254157 (or 0x254157) is known color: Regal Blue. HEX triplet: 25, 41 and 57. RGB value is (37,65,87). Sum of RGB (Red+Green+Blue) = 37+65+87=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #254157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254157 is #DABEA8. Grayscale: #3B3B3B. Windows color (decimal): -14335657 or 5718309. OLE color: 5718309.
HSL color Cylindrical-coordinate representation of color #254157: hue angle of 206.4º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254157 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 65 | 87 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.66 |
| HSL | 206.4º | 0.4% | 0.24% | - |
| HSV(B) | 206.4º | 0.57% | 0.34% | - |
| XYZ | 4.37 | 4.86 | 9.72 | - |
| YUV | 59.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 87 | 0.57 | 0.25 | 0 | 0.66 | 206.4 | 0.4 | 0.24 |
| Hex | 25 | 41 | 57 | 39 | 19 | 0 | 42 | CE | 28 | 18 |
| Octal | 45 | 101 | 127 | 71 | 31 | 0 | 102 | 316 | 50 | 30 |
| Binary | 100101 | 1000001 | 1010111 | 111001 | 11001 | 0 | 1000010 | 11001110 | 101000 | 11000 |
Color Harmonies of #254157
Complementary color
Monochromatic Colors of #254157
Black with #254157
Text Example
Text Example
White with #254157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254157; }
p { color: rgb(37,65,87); }
H1.HeaderClassName
{
color: #254157;
}
.AnyTagClassName
{
color: #254157;
}
</style>
background-color css
<style>
a { background-color: #254157; }
a { background-color: rgb(37,65,87); }
div.DivClassName
{
background-color: #254157;
}
.BgClassName
{
background-color: #254157;
}
</style>
border-color css
<style>
span { border-color: #254157; }
span { border-color: rgb(37,65,87); }
td.TdClassName
{
border-color: #254157;
}
.TagClassName
{
border-color: #254157;
}
</style>