Shades of Regal Blue #25435C
Tints of Regal Blue #25435C
RGB
CMYK
RGB Variations
Color information
#25435C (or 0x25435C) is known color: Regal Blue. HEX triplet: 25, 43 and 5C. RGB value is (37,67,92). Sum of RGB (Red+Green+Blue) = 37+67+92=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #25435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25435C is #DABCA3. Grayscale: #3C3C3C. Windows color (decimal): -14335140 or 6046501. OLE color: 6046501.
HSL color Cylindrical-coordinate representation of color #25435C: hue angle of 207.27º 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 #25435C is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 67 | 92 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.64 |
| HSL | 207.27º | 0.43% | 0.25% | - |
| HSV(B) | 207.27º | 0.6% | 0.36% | - |
| XYZ | 4.7 | 5.18 | 10.88 | - |
| YUV | 60.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 92 | 0.60 | 0.27 | 0 | 0.64 | 207.27 | 0.43 | 0.25 |
| Hex | 25 | 43 | 5C | 3C | 1B | 0 | 40 | CF | 2B | 19 |
| Octal | 45 | 103 | 134 | 74 | 33 | 0 | 100 | 317 | 53 | 31 |
| Binary | 100101 | 1000011 | 1011100 | 111100 | 11011 | 0 | 1000000 | 11001111 | 101011 | 11001 |
Color Harmonies of #25435C
Complementary color
Monochromatic Colors of #25435C
Black with #25435C
Text Example
Text Example
White with #25435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25435C; }
p { color: rgb(37,67,92); }
H1.HeaderClassName
{
color: #25435C;
}
.AnyTagClassName
{
color: #25435C;
}
</style>
background-color css
<style>
a { background-color: #25435C; }
a { background-color: rgb(37,67,92); }
div.DivClassName
{
background-color: #25435C;
}
.BgClassName
{
background-color: #25435C;
}
</style>
border-color css
<style>
span { border-color: #25435C; }
span { border-color: rgb(37,67,92); }
td.TdClassName
{
border-color: #25435C;
}
.TagClassName
{
border-color: #25435C;
}
</style>