Shades of Resolution Blue #253F83
Tints of Resolution Blue #253F83
RGB
CMYK
RGB Variations
Color information
#253F83 (or 0x253F83) is known color: Resolution Blue. HEX triplet: 25, 3F and 83. RGB value is (37,63,131). Sum of RGB (Red+Green+Blue) = 37+63+131=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #253F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F83 is #DAC07C. Grayscale: #3E3E3E. Windows color (decimal): -14336125 or 8601381. OLE color: 8601381.
HSL color Cylindrical-coordinate representation of color #253F83: hue angle of 223.4º 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 #253F83 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 63 | 131 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.49 |
| HSL | 223.4º | 0.56% | 0.33% | - |
| HSV(B) | 223.4º | 0.72% | 0.51% | - |
| XYZ | 6.64 | 5.59 | 22.2 | - |
| YUV | 62.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 131 | 0.72 | 0.52 | 0 | 0.49 | 223.4 | 0.56 | 0.33 |
| Hex | 25 | 3F | 83 | 48 | 34 | 0 | 31 | DF | 38 | 21 |
| Octal | 45 | 77 | 203 | 110 | 64 | 0 | 61 | 337 | 70 | 41 |
| Binary | 100101 | 111111 | 10000011 | 1001000 | 110100 | 0 | 110001 | 11011111 | 111000 | 100001 |
Color Harmonies of #253F83
Complementary color
Monochromatic Colors of #253F83
Black with #253F83
Text Example
Text Example
White with #253F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F83; }
p { color: rgb(37,63,131); }
H1.HeaderClassName
{
color: #253F83;
}
.AnyTagClassName
{
color: #253F83;
}
</style>
background-color css
<style>
a { background-color: #253F83; }
a { background-color: rgb(37,63,131); }
div.DivClassName
{
background-color: #253F83;
}
.BgClassName
{
background-color: #253F83;
}
</style>
border-color css
<style>
span { border-color: #253F83; }
span { border-color: rgb(37,63,131); }
td.TdClassName
{
border-color: #253F83;
}
.TagClassName
{
border-color: #253F83;
}
</style>