Shades of Regal Blue #253D55
Tints of Regal Blue #253D55
RGB
CMYK
RGB Variations
Color information
#253D55 (or 0x253D55) is known color: Regal Blue. HEX triplet: 25, 3D and 55. RGB value is (37,61,85). Sum of RGB (Red+Green+Blue) = 37+61+85=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #253D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D55 is #DAC2AA. Grayscale: #383838. Windows color (decimal): -14336683 or 5586213. OLE color: 5586213.
HSL color Cylindrical-coordinate representation of color #253D55: hue angle of 210º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253D55 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 61 | 85 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.67 |
| HSL | 210º | 0.39% | 0.24% | - |
| HSV(B) | 210º | 0.56% | 0.33% | - |
| XYZ | 4.07 | 4.39 | 9.23 | - |
| YUV | 56.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 85 | 0.56 | 0.28 | 0 | 0.67 | 210 | 0.39 | 0.24 |
| Hex | 25 | 3D | 55 | 38 | 1C | 0 | 43 | D2 | 27 | 18 |
| Octal | 45 | 75 | 125 | 70 | 34 | 0 | 103 | 322 | 47 | 30 |
| Binary | 100101 | 111101 | 1010101 | 111000 | 11100 | 0 | 1000011 | 11010010 | 100111 | 11000 |
Color Harmonies of #253D55
Complementary color
Monochromatic Colors of #253D55
Black with #253D55
Text Example
Text Example
White with #253D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D55; }
p { color: rgb(37,61,85); }
H1.HeaderClassName
{
color: #253D55;
}
.AnyTagClassName
{
color: #253D55;
}
</style>
background-color css
<style>
a { background-color: #253D55; }
a { background-color: rgb(37,61,85); }
div.DivClassName
{
background-color: #253D55;
}
.BgClassName
{
background-color: #253D55;
}
</style>
border-color css
<style>
span { border-color: #253D55; }
span { border-color: rgb(37,61,85); }
td.TdClassName
{
border-color: #253D55;
}
.TagClassName
{
border-color: #253D55;
}
</style>