Shades of Resolution Blue #25366E
Tints of Resolution Blue #25366E
RGB
CMYK
RGB Variations
Color information
#25366E (or 0x25366E) is known color: Resolution Blue. HEX triplet: 25, 36 and 6E. RGB value is (37,54,110). Sum of RGB (Red+Green+Blue) = 37+54+110=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #25366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25366E is #DAC991. Grayscale: #373737. Windows color (decimal): -14338450 or 7222821. OLE color: 7222821.
HSL color Cylindrical-coordinate representation of color #25366E: hue angle of 226.03º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25366E is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 54 | 110 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.57 |
| HSL | 226.03º | 0.5% | 0.29% | - |
| HSV(B) | 226.03º | 0.66% | 0.43% | - |
| XYZ | 4.9 | 4.16 | 15.3 | - |
| YUV | 55.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 110 | 0.66 | 0.51 | 0 | 0.57 | 226.03 | 0.5 | 0.29 |
| Hex | 25 | 36 | 6E | 42 | 33 | 0 | 39 | E2 | 32 | 1D |
| Octal | 45 | 66 | 156 | 102 | 63 | 0 | 71 | 342 | 62 | 35 |
| Binary | 100101 | 110110 | 1101110 | 1000010 | 110011 | 0 | 111001 | 11100010 | 110010 | 11101 |
Color Harmonies of #25366E
Complementary color
Monochromatic Colors of #25366E
Black with #25366E
Text Example
Text Example
White with #25366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25366E; }
p { color: rgb(37,54,110); }
H1.HeaderClassName
{
color: #25366E;
}
.AnyTagClassName
{
color: #25366E;
}
</style>
background-color css
<style>
a { background-color: #25366E; }
a { background-color: rgb(37,54,110); }
div.DivClassName
{
background-color: #25366E;
}
.BgClassName
{
background-color: #25366E;
}
</style>
border-color css
<style>
span { border-color: #25366E; }
span { border-color: rgb(37,54,110); }
td.TdClassName
{
border-color: #25366E;
}
.TagClassName
{
border-color: #25366E;
}
</style>