Shades of Resolution Blue #253E83
Tints of Resolution Blue #253E83
RGB
CMYK
RGB Variations
Color information
#253E83 (or 0x253E83) is known color: Resolution Blue. HEX triplet: 25, 3E and 83. RGB value is (37,62,131). Sum of RGB (Red+Green+Blue) = 37+62+131=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #253E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253E83 is #DAC17C. Grayscale: #3E3E3E. Windows color (decimal): -14336381 or 8601125. OLE color: 8601125.
HSL color Cylindrical-coordinate representation of color #253E83: hue angle of 224.04º 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 #253E83 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 62 | 131 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.49 |
| HSL | 224.04º | 0.56% | 0.33% | - |
| HSV(B) | 224.04º | 0.72% | 0.51% | - |
| XYZ | 6.58 | 5.48 | 22.18 | - |
| YUV | 62.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 131 | 0.72 | 0.53 | 0 | 0.49 | 224.04 | 0.56 | 0.33 |
| Hex | 25 | 3E | 83 | 48 | 35 | 0 | 31 | E0 | 38 | 21 |
| Octal | 45 | 76 | 203 | 110 | 65 | 0 | 61 | 340 | 70 | 41 |
| Binary | 100101 | 111110 | 10000011 | 1001000 | 110101 | 0 | 110001 | 11100000 | 111000 | 100001 |
Color Harmonies of #253E83
Complementary color
Monochromatic Colors of #253E83
Black with #253E83
Text Example
Text Example
White with #253E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E83; }
p { color: rgb(37,62,131); }
H1.HeaderClassName
{
color: #253E83;
}
.AnyTagClassName
{
color: #253E83;
}
</style>
background-color css
<style>
a { background-color: #253E83; }
a { background-color: rgb(37,62,131); }
div.DivClassName
{
background-color: #253E83;
}
.BgClassName
{
background-color: #253E83;
}
</style>
border-color css
<style>
span { border-color: #253E83; }
span { border-color: rgb(37,62,131); }
td.TdClassName
{
border-color: #253E83;
}
.TagClassName
{
border-color: #253E83;
}
</style>