Shades of Resolution Blue #25358F
Tints of Resolution Blue #25358F
RGB
CMYK
RGB Variations
Color information
#25358F (or 0x25358F) is known color: Resolution Blue. HEX triplet: 25, 35 and 8F. RGB value is (37,53,143). Sum of RGB (Red+Green+Blue) = 37+53+143=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #25358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25358F is #DACA70. Grayscale: #3A3A3A. Windows color (decimal): -14338673 or 9385253. OLE color: 9385253.
HSL color Cylindrical-coordinate representation of color #25358F: hue angle of 230.94º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25358F is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 53 | 143 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.44 |
| HSL | 230.94º | 0.59% | 0.35% | - |
| HSV(B) | 230.94º | 0.74% | 0.56% | - |
| XYZ | 6.99 | 4.92 | 26.57 | - |
| YUV | 58.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 143 | 0.74 | 0.63 | 0 | 0.44 | 230.94 | 0.59 | 0.35 |
| Hex | 25 | 35 | 8F | 4A | 3F | 0 | 2C | E7 | 3B | 23 |
| Octal | 45 | 65 | 217 | 112 | 77 | 0 | 54 | 347 | 73 | 43 |
| Binary | 100101 | 110101 | 10001111 | 1001010 | 111111 | 0 | 101100 | 11100111 | 111011 | 100011 |
Color Harmonies of #25358F
Complementary color
Monochromatic Colors of #25358F
Black with #25358F
Text Example
Text Example
White with #25358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25358F; }
p { color: rgb(37,53,143); }
H1.HeaderClassName
{
color: #25358F;
}
.AnyTagClassName
{
color: #25358F;
}
</style>
background-color css
<style>
a { background-color: #25358F; }
a { background-color: rgb(37,53,143); }
div.DivClassName
{
background-color: #25358F;
}
.BgClassName
{
background-color: #25358F;
}
</style>
border-color css
<style>
span { border-color: #25358F; }
span { border-color: rgb(37,53,143); }
td.TdClassName
{
border-color: #25358F;
}
.TagClassName
{
border-color: #25358F;
}
</style>