Shades of Resolution Blue #25336B
Tints of Resolution Blue #25336B
RGB
CMYK
RGB Variations
Color information
#25336B (or 0x25336B) is known color: Resolution Blue. HEX triplet: 25, 33 and 6B. RGB value is (37,51,107). Sum of RGB (Red+Green+Blue) = 37+51+107=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #25336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25336B is #DACC94. Grayscale: #343434. Windows color (decimal): -14339221 or 7025445. OLE color: 7025445.
HSL color Cylindrical-coordinate representation of color #25336B: hue angle of 228º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25336B is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 51 | 107 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.58 |
| HSL | 228º | 0.49% | 0.28% | - |
| HSV(B) | 228º | 0.65% | 0.42% | - |
| XYZ | 4.6 | 3.82 | 14.41 | - |
| YUV | 53.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 107 | 0.65 | 0.52 | 0 | 0.58 | 228 | 0.49 | 0.28 |
| Hex | 25 | 33 | 6B | 41 | 34 | 0 | 3A | E4 | 31 | 1C |
| Octal | 45 | 63 | 153 | 101 | 64 | 0 | 72 | 344 | 61 | 34 |
| Binary | 100101 | 110011 | 1101011 | 1000001 | 110100 | 0 | 111010 | 11100100 | 110001 | 11100 |
Color Harmonies of #25336B
Complementary color
Monochromatic Colors of #25336B
Black with #25336B
Text Example
Text Example
White with #25336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25336B; }
p { color: rgb(37,51,107); }
H1.HeaderClassName
{
color: #25336B;
}
.AnyTagClassName
{
color: #25336B;
}
</style>
background-color css
<style>
a { background-color: #25336B; }
a { background-color: rgb(37,51,107); }
div.DivClassName
{
background-color: #25336B;
}
.BgClassName
{
background-color: #25336B;
}
</style>
border-color css
<style>
span { border-color: #25336B; }
span { border-color: rgb(37,51,107); }
td.TdClassName
{
border-color: #25336B;
}
.TagClassName
{
border-color: #25336B;
}
</style>