Shades of Resolution Blue #25356C
Tints of Resolution Blue #25356C
RGB
CMYK
RGB Variations
Color information
#25356C (or 0x25356C) is known color: Resolution Blue. HEX triplet: 25, 35 and 6C. RGB value is (37,53,108). Sum of RGB (Red+Green+Blue) = 37+53+108=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #25356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25356C is #DACA93. Grayscale: #363636. Windows color (decimal): -14338708 or 7091493. OLE color: 7091493.
HSL color Cylindrical-coordinate representation of color #25356C: hue angle of 226.48º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25356C is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 53 | 108 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.58 |
| HSL | 226.48º | 0.49% | 0.28% | - |
| HSV(B) | 226.48º | 0.66% | 0.42% | - |
| XYZ | 4.74 | 4.02 | 14.71 | - |
| YUV | 54.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 108 | 0.66 | 0.51 | 0 | 0.58 | 226.48 | 0.49 | 0.28 |
| Hex | 25 | 35 | 6C | 42 | 33 | 0 | 3A | E2 | 31 | 1C |
| Octal | 45 | 65 | 154 | 102 | 63 | 0 | 72 | 342 | 61 | 34 |
| Binary | 100101 | 110101 | 1101100 | 1000010 | 110011 | 0 | 111010 | 11100010 | 110001 | 11100 |
Color Harmonies of #25356C
Complementary color
Monochromatic Colors of #25356C
Black with #25356C
Text Example
Text Example
White with #25356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25356C; }
p { color: rgb(37,53,108); }
H1.HeaderClassName
{
color: #25356C;
}
.AnyTagClassName
{
color: #25356C;
}
</style>
background-color css
<style>
a { background-color: #25356C; }
a { background-color: rgb(37,53,108); }
div.DivClassName
{
background-color: #25356C;
}
.BgClassName
{
background-color: #25356C;
}
</style>
border-color css
<style>
span { border-color: #25356C; }
span { border-color: rgb(37,53,108); }
td.TdClassName
{
border-color: #25356C;
}
.TagClassName
{
border-color: #25356C;
}
</style>