Shades of Resolution Blue #25356F
Tints of Resolution Blue #25356F
RGB
CMYK
RGB Variations
Color information
#25356F (or 0x25356F) is known color: Resolution Blue. HEX triplet: 25, 35 and 6F. RGB value is (37,53,111). Sum of RGB (Red+Green+Blue) = 37+53+111=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #25356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25356F is #DACA90. Grayscale: #363636. Windows color (decimal): -14338705 or 7288101. OLE color: 7288101.
HSL color Cylindrical-coordinate representation of color #25356F: hue angle of 227.03º 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 #25356F is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 53 | 111 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.56 |
| HSL | 227.03º | 0.5% | 0.29% | - |
| HSV(B) | 227.03º | 0.67% | 0.44% | - |
| XYZ | 4.91 | 4.09 | 15.57 | - |
| YUV | 54.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 111 | 0.67 | 0.52 | 0 | 0.56 | 227.03 | 0.5 | 0.29 |
| Hex | 25 | 35 | 6F | 43 | 34 | 0 | 38 | E3 | 32 | 1D |
| Octal | 45 | 65 | 157 | 103 | 64 | 0 | 70 | 343 | 62 | 35 |
| Binary | 100101 | 110101 | 1101111 | 1000011 | 110100 | 0 | 111000 | 11100011 | 110010 | 11101 |
Color Harmonies of #25356F
Complementary color
Monochromatic Colors of #25356F
Black with #25356F
Text Example
Text Example
White with #25356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25356F; }
p { color: rgb(37,53,111); }
H1.HeaderClassName
{
color: #25356F;
}
.AnyTagClassName
{
color: #25356F;
}
</style>
background-color css
<style>
a { background-color: #25356F; }
a { background-color: rgb(37,53,111); }
div.DivClassName
{
background-color: #25356F;
}
.BgClassName
{
background-color: #25356F;
}
</style>
border-color css
<style>
span { border-color: #25356F; }
span { border-color: rgb(37,53,111); }
td.TdClassName
{
border-color: #25356F;
}
.TagClassName
{
border-color: #25356F;
}
</style>