Shades of Resolution Blue #253B6E
Tints of Resolution Blue #253B6E
RGB
CMYK
RGB Variations
Color information
#253B6E (or 0x253B6E) is known color: Resolution Blue. HEX triplet: 25, 3B and 6E. RGB value is (37,59,110). Sum of RGB (Red+Green+Blue) = 37+59+110=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #253B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B6E is #DAC491. Grayscale: #3A3A3A. Windows color (decimal): -14337170 or 7224101. OLE color: 7224101.
HSL color Cylindrical-coordinate representation of color #253B6E: hue angle of 221.92º degrees, saturation: 0.5, 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 #253B6E is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 59 | 110 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.57 |
| HSL | 221.92º | 0.5% | 0.29% | - |
| HSV(B) | 221.92º | 0.66% | 0.43% | - |
| XYZ | 5.14 | 4.65 | 15.38 | - |
| YUV | 58.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 110 | 0.66 | 0.46 | 0 | 0.57 | 221.92 | 0.5 | 0.29 |
| Hex | 25 | 3B | 6E | 42 | 2E | 0 | 39 | DE | 32 | 1D |
| Octal | 45 | 73 | 156 | 102 | 56 | 0 | 71 | 336 | 62 | 35 |
| Binary | 100101 | 111011 | 1101110 | 1000010 | 101110 | 0 | 111001 | 11011110 | 110010 | 11101 |
Color Harmonies of #253B6E
Complementary color
Monochromatic Colors of #253B6E
Black with #253B6E
Text Example
Text Example
White with #253B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B6E; }
p { color: rgb(37,59,110); }
H1.HeaderClassName
{
color: #253B6E;
}
.AnyTagClassName
{
color: #253B6E;
}
</style>
background-color css
<style>
a { background-color: #253B6E; }
a { background-color: rgb(37,59,110); }
div.DivClassName
{
background-color: #253B6E;
}
.BgClassName
{
background-color: #253B6E;
}
</style>
border-color css
<style>
span { border-color: #253B6E; }
span { border-color: rgb(37,59,110); }
td.TdClassName
{
border-color: #253B6E;
}
.TagClassName
{
border-color: #253B6E;
}
</style>