Shades of Resolution Blue #25346D
Tints of Resolution Blue #25346D
RGB
CMYK
RGB Variations
Color information
#25346D (or 0x25346D) is known color: Resolution Blue. HEX triplet: 25, 34 and 6D. RGB value is (37,52,109). Sum of RGB (Red+Green+Blue) = 37+52+109=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #25346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25346D is #DACB92. Grayscale: #353535. Windows color (decimal): -14338963 or 7156773. OLE color: 7156773.
HSL color Cylindrical-coordinate representation of color #25346D: hue angle of 227.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25346D is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 52 | 109 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.57 |
| HSL | 227.5º | 0.49% | 0.29% | - |
| HSV(B) | 227.5º | 0.66% | 0.43% | - |
| XYZ | 4.75 | 3.95 | 14.98 | - |
| YUV | 54.01 | 159.03 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 109 | 0.66 | 0.52 | 0 | 0.57 | 227.5 | 0.49 | 0.29 |
| Hex | 25 | 34 | 6D | 42 | 34 | 0 | 39 | E4 | 31 | 1D |
| Octal | 45 | 64 | 155 | 102 | 64 | 0 | 71 | 344 | 61 | 35 |
| Binary | 100101 | 110100 | 1101101 | 1000010 | 110100 | 0 | 111001 | 11100100 | 110001 | 11101 |
Color Harmonies of #25346D
Complementary color
Monochromatic Colors of #25346D
Black with #25346D
Text Example
Text Example
White with #25346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25346D; }
p { color: rgb(37,52,109); }
H1.HeaderClassName
{
color: #25346D;
}
.AnyTagClassName
{
color: #25346D;
}
</style>
background-color css
<style>
a { background-color: #25346D; }
a { background-color: rgb(37,52,109); }
div.DivClassName
{
background-color: #25346D;
}
.BgClassName
{
background-color: #25346D;
}
</style>
border-color css
<style>
span { border-color: #25346D; }
span { border-color: rgb(37,52,109); }
td.TdClassName
{
border-color: #25346D;
}
.TagClassName
{
border-color: #25346D;
}
</style>