Shades of Resolution Blue #253A6D
Tints of Resolution Blue #253A6D
RGB
CMYK
RGB Variations
Color information
#253A6D (or 0x253A6D) is known color: Resolution Blue. HEX triplet: 25, 3A and 6D. RGB value is (37,58,109). Sum of RGB (Red+Green+Blue) = 37+58+109=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #253A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A6D is #DAC592. Grayscale: #393939. Windows color (decimal): -14337427 or 7158309. OLE color: 7158309.
HSL color Cylindrical-coordinate representation of color #253A6D: hue angle of 222.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 #253A6D is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 58 | 109 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.57 |
| HSL | 222.5º | 0.49% | 0.29% | - |
| HSV(B) | 222.5º | 0.66% | 0.43% | - |
| XYZ | 5.04 | 4.52 | 15.08 | - |
| YUV | 57.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 109 | 0.66 | 0.47 | 0 | 0.57 | 222.5 | 0.49 | 0.29 |
| Hex | 25 | 3A | 6D | 42 | 2F | 0 | 39 | DE | 31 | 1D |
| Octal | 45 | 72 | 155 | 102 | 57 | 0 | 71 | 336 | 61 | 35 |
| Binary | 100101 | 111010 | 1101101 | 1000010 | 101111 | 0 | 111001 | 11011110 | 110001 | 11101 |
Color Harmonies of #253A6D
Complementary color
Monochromatic Colors of #253A6D
Black with #253A6D
Text Example
Text Example
White with #253A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A6D; }
p { color: rgb(37,58,109); }
H1.HeaderClassName
{
color: #253A6D;
}
.AnyTagClassName
{
color: #253A6D;
}
</style>
background-color css
<style>
a { background-color: #253A6D; }
a { background-color: rgb(37,58,109); }
div.DivClassName
{
background-color: #253A6D;
}
.BgClassName
{
background-color: #253A6D;
}
</style>
border-color css
<style>
span { border-color: #253A6D; }
span { border-color: rgb(37,58,109); }
td.TdClassName
{
border-color: #253A6D;
}
.TagClassName
{
border-color: #253A6D;
}
</style>