Shades of Resolution Blue #253D83
Tints of Resolution Blue #253D83
RGB
CMYK
RGB Variations
Color information
#253D83 (or 0x253D83) is known color: Resolution Blue. HEX triplet: 25, 3D and 83. RGB value is (37,61,131). Sum of RGB (Red+Green+Blue) = 37+61+131=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #253D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D83 is #DAC27C. Grayscale: #3D3D3D. Windows color (decimal): -14336637 or 8600869. OLE color: 8600869.
HSL color Cylindrical-coordinate representation of color #253D83: hue angle of 224.68º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253D83 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 61 | 131 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.49 |
| HSL | 224.68º | 0.56% | 0.33% | - |
| HSV(B) | 224.68º | 0.72% | 0.51% | - |
| XYZ | 6.53 | 5.37 | 22.17 | - |
| YUV | 61.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 131 | 0.72 | 0.53 | 0 | 0.49 | 224.68 | 0.56 | 0.33 |
| Hex | 25 | 3D | 83 | 48 | 35 | 0 | 31 | E1 | 38 | 21 |
| Octal | 45 | 75 | 203 | 110 | 65 | 0 | 61 | 341 | 70 | 41 |
| Binary | 100101 | 111101 | 10000011 | 1001000 | 110101 | 0 | 110001 | 11100001 | 111000 | 100001 |
Color Harmonies of #253D83
Complementary color
Monochromatic Colors of #253D83
Black with #253D83
Text Example
Text Example
White with #253D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D83; }
p { color: rgb(37,61,131); }
H1.HeaderClassName
{
color: #253D83;
}
.AnyTagClassName
{
color: #253D83;
}
</style>
background-color css
<style>
a { background-color: #253D83; }
a { background-color: rgb(37,61,131); }
div.DivClassName
{
background-color: #253D83;
}
.BgClassName
{
background-color: #253D83;
}
</style>
border-color css
<style>
span { border-color: #253D83; }
span { border-color: rgb(37,61,131); }
td.TdClassName
{
border-color: #253D83;
}
.TagClassName
{
border-color: #253D83;
}
</style>