Shades of Resolution Blue #25366D
Tints of Resolution Blue #25366D
RGB
CMYK
RGB Variations
Color information
#25366D (or 0x25366D) is known color: Resolution Blue. HEX triplet: 25, 36 and 6D. RGB value is (37,54,109). Sum of RGB (Red+Green+Blue) = 37+54+109=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #25366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25366D is #DAC992. Grayscale: #363636. Windows color (decimal): -14338451 or 7157285. OLE color: 7157285.
HSL color Cylindrical-coordinate representation of color #25366D: hue angle of 225.83º degrees, saturation: 0.49, 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 #25366D is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 54 | 109 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.57 |
| HSL | 225.83º | 0.49% | 0.29% | - |
| HSV(B) | 225.83º | 0.66% | 0.43% | - |
| XYZ | 4.84 | 4.14 | 15.01 | - |
| YUV | 55.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 109 | 0.66 | 0.50 | 0 | 0.57 | 225.83 | 0.49 | 0.29 |
| Hex | 25 | 36 | 6D | 42 | 32 | 0 | 39 | E2 | 31 | 1D |
| Octal | 45 | 66 | 155 | 102 | 62 | 0 | 71 | 342 | 61 | 35 |
| Binary | 100101 | 110110 | 1101101 | 1000010 | 110010 | 0 | 111001 | 11100010 | 110001 | 11101 |
Color Harmonies of #25366D
Complementary color
Monochromatic Colors of #25366D
Black with #25366D
Text Example
Text Example
White with #25366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25366D; }
p { color: rgb(37,54,109); }
H1.HeaderClassName
{
color: #25366D;
}
.AnyTagClassName
{
color: #25366D;
}
</style>
background-color css
<style>
a { background-color: #25366D; }
a { background-color: rgb(37,54,109); }
div.DivClassName
{
background-color: #25366D;
}
.BgClassName
{
background-color: #25366D;
}
</style>
border-color css
<style>
span { border-color: #25366D; }
span { border-color: rgb(37,54,109); }
td.TdClassName
{
border-color: #25366D;
}
.TagClassName
{
border-color: #25366D;
}
</style>