Shades of Resolution Blue #25326F
Tints of Resolution Blue #25326F
RGB
CMYK
RGB Variations
Color information
#25326F (or 0x25326F) is known color: Resolution Blue. HEX triplet: 25, 32 and 6F. RGB value is (37,50,111). Sum of RGB (Red+Green+Blue) = 37+50+111=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #25326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25326F is #DACD90. Grayscale: #343434. Windows color (decimal): -14339473 or 7287333. OLE color: 7287333.
HSL color Cylindrical-coordinate representation of color #25326F: hue angle of 229.46º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25326F is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 50 | 111 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.56 |
| HSL | 229.46º | 0.5% | 0.29% | - |
| HSV(B) | 229.46º | 0.67% | 0.44% | - |
| XYZ | 4.77 | 3.82 | 15.53 | - |
| YUV | 53.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 111 | 0.67 | 0.55 | 0 | 0.56 | 229.46 | 0.5 | 0.29 |
| Hex | 25 | 32 | 6F | 43 | 37 | 0 | 38 | E5 | 32 | 1D |
| Octal | 45 | 62 | 157 | 103 | 67 | 0 | 70 | 345 | 62 | 35 |
| Binary | 100101 | 110010 | 1101111 | 1000011 | 110111 | 0 | 111000 | 11100101 | 110010 | 11101 |
Color Harmonies of #25326F
Complementary color
Monochromatic Colors of #25326F
Black with #25326F
Text Example
Text Example
White with #25326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25326F; }
p { color: rgb(37,50,111); }
H1.HeaderClassName
{
color: #25326F;
}
.AnyTagClassName
{
color: #25326F;
}
</style>
background-color css
<style>
a { background-color: #25326F; }
a { background-color: rgb(37,50,111); }
div.DivClassName
{
background-color: #25326F;
}
.BgClassName
{
background-color: #25326F;
}
</style>
border-color css
<style>
span { border-color: #25326F; }
span { border-color: rgb(37,50,111); }
td.TdClassName
{
border-color: #25326F;
}
.TagClassName
{
border-color: #25326F;
}
</style>