Shades of Resolution Blue #25356B
Tints of Resolution Blue #25356B
RGB
CMYK
RGB Variations
Color information
#25356B (or 0x25356B) is known color: Resolution Blue. HEX triplet: 25, 35 and 6B. RGB value is (37,53,107). Sum of RGB (Red+Green+Blue) = 37+53+107=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #25356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25356B is #DACA94. Grayscale: #363636. Windows color (decimal): -14338709 or 7025957. OLE color: 7025957.
HSL color Cylindrical-coordinate representation of color #25356B: hue angle of 226.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25356B is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 53 | 107 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.58 |
| HSL | 226.29º | 0.49% | 0.28% | - |
| HSV(B) | 226.29º | 0.65% | 0.42% | - |
| XYZ | 4.69 | 4 | 14.44 | - |
| YUV | 54.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 107 | 0.65 | 0.50 | 0 | 0.58 | 226.29 | 0.49 | 0.28 |
| Hex | 25 | 35 | 6B | 41 | 32 | 0 | 3A | E2 | 31 | 1C |
| Octal | 45 | 65 | 153 | 101 | 62 | 0 | 72 | 342 | 61 | 34 |
| Binary | 100101 | 110101 | 1101011 | 1000001 | 110010 | 0 | 111010 | 11100010 | 110001 | 11100 |
Color Harmonies of #25356B
Complementary color
Monochromatic Colors of #25356B
Black with #25356B
Text Example
Text Example
White with #25356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25356B; }
p { color: rgb(37,53,107); }
H1.HeaderClassName
{
color: #25356B;
}
.AnyTagClassName
{
color: #25356B;
}
</style>
background-color css
<style>
a { background-color: #25356B; }
a { background-color: rgb(37,53,107); }
div.DivClassName
{
background-color: #25356B;
}
.BgClassName
{
background-color: #25356B;
}
</style>
border-color css
<style>
span { border-color: #25356B; }
span { border-color: rgb(37,53,107); }
td.TdClassName
{
border-color: #25356B;
}
.TagClassName
{
border-color: #25356B;
}
</style>