Shades of Resolution Blue #25367A
Tints of Resolution Blue #25367A
RGB
CMYK
RGB Variations
Color information
#25367A (or 0x25367A) is known color: Resolution Blue. HEX triplet: 25, 36 and 7A. RGB value is (37,54,122). Sum of RGB (Red+Green+Blue) = 37+54+122=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #25367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25367A is #DAC985. Grayscale: #383838. Windows color (decimal): -14338438 or 8009253. OLE color: 8009253.
HSL color Cylindrical-coordinate representation of color #25367A: hue angle of 228º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25367A is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 54 | 122 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.52 |
| HSL | 228º | 0.53% | 0.31% | - |
| HSV(B) | 228º | 0.7% | 0.48% | - |
| XYZ | 5.59 | 4.44 | 18.97 | - |
| YUV | 56.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 122 | 0.70 | 0.56 | 0 | 0.52 | 228 | 0.53 | 0.31 |
| Hex | 25 | 36 | 7A | 46 | 38 | 0 | 34 | E4 | 35 | 1F |
| Octal | 45 | 66 | 172 | 106 | 70 | 0 | 64 | 344 | 65 | 37 |
| Binary | 100101 | 110110 | 1111010 | 1000110 | 111000 | 0 | 110100 | 11100100 | 110101 | 11111 |
Color Harmonies of #25367A
Complementary color
Monochromatic Colors of #25367A
Black with #25367A
Text Example
Text Example
White with #25367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25367A; }
p { color: rgb(37,54,122); }
H1.HeaderClassName
{
color: #25367A;
}
.AnyTagClassName
{
color: #25367A;
}
</style>
background-color css
<style>
a { background-color: #25367A; }
a { background-color: rgb(37,54,122); }
div.DivClassName
{
background-color: #25367A;
}
.BgClassName
{
background-color: #25367A;
}
</style>
border-color css
<style>
span { border-color: #25367A; }
span { border-color: rgb(37,54,122); }
td.TdClassName
{
border-color: #25367A;
}
.TagClassName
{
border-color: #25367A;
}
</style>