Shades of Regal Blue #25445D
Tints of Regal Blue #25445D
RGB
CMYK
RGB Variations
Color information
#25445D (or 0x25445D) is known color: Regal Blue. HEX triplet: 25, 44 and 5D. RGB value is (37,68,93). Sum of RGB (Red+Green+Blue) = 37+68+93=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #25445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25445D is #DABBA2. Grayscale: #3D3D3D. Windows color (decimal): -14334883 or 6112293. OLE color: 6112293.
HSL color Cylindrical-coordinate representation of color #25445D: hue angle of 206.79º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25445D is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 68 | 93 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.64 |
| HSL | 206.79º | 0.43% | 0.25% | - |
| HSV(B) | 206.79º | 0.6% | 0.36% | - |
| XYZ | 4.81 | 5.32 | 11.13 | - |
| YUV | 61.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 93 | 0.60 | 0.27 | 0 | 0.64 | 206.79 | 0.43 | 0.25 |
| Hex | 25 | 44 | 5D | 3C | 1B | 0 | 40 | CF | 2B | 19 |
| Octal | 45 | 104 | 135 | 74 | 33 | 0 | 100 | 317 | 53 | 31 |
| Binary | 100101 | 1000100 | 1011101 | 111100 | 11011 | 0 | 1000000 | 11001111 | 101011 | 11001 |
Color Harmonies of #25445D
Complementary color
Monochromatic Colors of #25445D
Black with #25445D
Text Example
Text Example
White with #25445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25445D; }
p { color: rgb(37,68,93); }
H1.HeaderClassName
{
color: #25445D;
}
.AnyTagClassName
{
color: #25445D;
}
</style>
background-color css
<style>
a { background-color: #25445D; }
a { background-color: rgb(37,68,93); }
div.DivClassName
{
background-color: #25445D;
}
.BgClassName
{
background-color: #25445D;
}
</style>
border-color css
<style>
span { border-color: #25445D; }
span { border-color: rgb(37,68,93); }
td.TdClassName
{
border-color: #25445D;
}
.TagClassName
{
border-color: #25445D;
}
</style>