Shades of Resolution Blue #253D6D
Tints of Resolution Blue #253D6D
RGB
CMYK
RGB Variations
Color information
#253D6D (or 0x253D6D) is known color: Resolution Blue. HEX triplet: 25, 3D and 6D. RGB value is (37,61,109). Sum of RGB (Red+Green+Blue) = 37+61+109=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #253D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D6D is #DAC292. Grayscale: #3B3B3B. Windows color (decimal): -14336659 or 7159077. OLE color: 7159077.
HSL color Cylindrical-coordinate representation of color #253D6D: hue angle of 220º 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 #253D6D is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 61 | 109 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.57 |
| HSL | 220º | 0.49% | 0.29% | - |
| HSV(B) | 220º | 0.66% | 0.43% | - |
| XYZ | 5.19 | 4.83 | 15.13 | - |
| YUV | 59.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 109 | 0.66 | 0.44 | 0 | 0.57 | 220 | 0.49 | 0.29 |
| Hex | 25 | 3D | 6D | 42 | 2C | 0 | 39 | DC | 31 | 1D |
| Octal | 45 | 75 | 155 | 102 | 54 | 0 | 71 | 334 | 61 | 35 |
| Binary | 100101 | 111101 | 1101101 | 1000010 | 101100 | 0 | 111001 | 11011100 | 110001 | 11101 |
Color Harmonies of #253D6D
Complementary color
Monochromatic Colors of #253D6D
Black with #253D6D
Text Example
Text Example
White with #253D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D6D; }
p { color: rgb(37,61,109); }
H1.HeaderClassName
{
color: #253D6D;
}
.AnyTagClassName
{
color: #253D6D;
}
</style>
background-color css
<style>
a { background-color: #253D6D; }
a { background-color: rgb(37,61,109); }
div.DivClassName
{
background-color: #253D6D;
}
.BgClassName
{
background-color: #253D6D;
}
</style>
border-color css
<style>
span { border-color: #253D6D; }
span { border-color: rgb(37,61,109); }
td.TdClassName
{
border-color: #253D6D;
}
.TagClassName
{
border-color: #253D6D;
}
</style>