Shades of Regal Blue #254256
Tints of Regal Blue #254256
RGB
CMYK
RGB Variations
Color information
#254256 (or 0x254256) is known color: Regal Blue. HEX triplet: 25, 42 and 56. RGB value is (37,66,86). Sum of RGB (Red+Green+Blue) = 37+66+86=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #254256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254256 is #DABDA9. Grayscale: #3B3B3B. Windows color (decimal): -14335402 or 5653029. OLE color: 5653029.
HSL color Cylindrical-coordinate representation of color #254256: hue angle of 204.49º 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 #254256 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 66 | 86 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.66 |
| HSL | 204.49º | 0.4% | 0.24% | - |
| HSV(B) | 204.49º | 0.57% | 0.34% | - |
| XYZ | 4.39 | 4.96 | 9.53 | - |
| YUV | 59.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 86 | 0.57 | 0.23 | 0 | 0.66 | 204.49 | 0.4 | 0.24 |
| Hex | 25 | 42 | 56 | 39 | 17 | 0 | 42 | CC | 28 | 18 |
| Octal | 45 | 102 | 126 | 71 | 27 | 0 | 102 | 314 | 50 | 30 |
| Binary | 100101 | 1000010 | 1010110 | 111001 | 10111 | 0 | 1000010 | 11001100 | 101000 | 11000 |
Color Harmonies of #254256
Complementary color
Monochromatic Colors of #254256
Black with #254256
Text Example
Text Example
White with #254256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254256; }
p { color: rgb(37,66,86); }
H1.HeaderClassName
{
color: #254256;
}
.AnyTagClassName
{
color: #254256;
}
</style>
background-color css
<style>
a { background-color: #254256; }
a { background-color: rgb(37,66,86); }
div.DivClassName
{
background-color: #254256;
}
.BgClassName
{
background-color: #254256;
}
</style>
border-color css
<style>
span { border-color: #254256; }
span { border-color: rgb(37,66,86); }
td.TdClassName
{
border-color: #254256;
}
.TagClassName
{
border-color: #254256;
}
</style>