Shades of Resolution Blue #25396C
Tints of Resolution Blue #25396C
RGB
CMYK
RGB Variations
Color information
#25396C (or 0x25396C) is known color: Resolution Blue. HEX triplet: 25, 39 and 6C. RGB value is (37,57,108). Sum of RGB (Red+Green+Blue) = 37+57+108=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #25396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396C is #DAC693. Grayscale: #383838. Windows color (decimal): -14337684 or 7092517. OLE color: 7092517.
HSL color Cylindrical-coordinate representation of color #25396C: hue angle of 223.1º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25396C is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 57 | 108 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.58 |
| HSL | 223.1º | 0.49% | 0.28% | - |
| HSV(B) | 223.1º | 0.66% | 0.42% | - |
| XYZ | 4.93 | 4.4 | 14.78 | - |
| YUV | 56.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 108 | 0.66 | 0.47 | 0 | 0.58 | 223.1 | 0.49 | 0.28 |
| Hex | 25 | 39 | 6C | 42 | 2F | 0 | 3A | DF | 31 | 1C |
| Octal | 45 | 71 | 154 | 102 | 57 | 0 | 72 | 337 | 61 | 34 |
| Binary | 100101 | 111001 | 1101100 | 1000010 | 101111 | 0 | 111010 | 11011111 | 110001 | 11100 |
Color Harmonies of #25396C
Complementary color
Monochromatic Colors of #25396C
Black with #25396C
Text Example
Text Example
White with #25396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25396C; }
p { color: rgb(37,57,108); }
H1.HeaderClassName
{
color: #25396C;
}
.AnyTagClassName
{
color: #25396C;
}
</style>
background-color css
<style>
a { background-color: #25396C; }
a { background-color: rgb(37,57,108); }
div.DivClassName
{
background-color: #25396C;
}
.BgClassName
{
background-color: #25396C;
}
</style>
border-color css
<style>
span { border-color: #25396C; }
span { border-color: rgb(37,57,108); }
td.TdClassName
{
border-color: #25396C;
}
.TagClassName
{
border-color: #25396C;
}
</style>