Shades of Resolution Blue #253C82
Tints of Resolution Blue #253C82
RGB
CMYK
RGB Variations
Color information
#253C82 (or 0x253C82) is known color: Resolution Blue. HEX triplet: 25, 3C and 82. RGB value is (37,60,130). Sum of RGB (Red+Green+Blue) = 37+60+130=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #253C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C82 is #DAC37D. Grayscale: #3C3C3C. Windows color (decimal): -14336894 or 8535077. OLE color: 8535077.
HSL color Cylindrical-coordinate representation of color #253C82: hue angle of 225.16º 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 #253C82 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 60 | 130 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.49 |
| HSL | 225.16º | 0.56% | 0.33% | - |
| HSV(B) | 225.16º | 0.72% | 0.51% | - |
| XYZ | 6.41 | 5.24 | 21.79 | - |
| YUV | 61.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 130 | 0.72 | 0.54 | 0 | 0.49 | 225.16 | 0.56 | 0.33 |
| Hex | 25 | 3C | 82 | 48 | 36 | 0 | 31 | E1 | 38 | 21 |
| Octal | 45 | 74 | 202 | 110 | 66 | 0 | 61 | 341 | 70 | 41 |
| Binary | 100101 | 111100 | 10000010 | 1001000 | 110110 | 0 | 110001 | 11100001 | 111000 | 100001 |
Color Harmonies of #253C82
Complementary color
Monochromatic Colors of #253C82
Black with #253C82
Text Example
Text Example
White with #253C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C82; }
p { color: rgb(37,60,130); }
H1.HeaderClassName
{
color: #253C82;
}
.AnyTagClassName
{
color: #253C82;
}
</style>
background-color css
<style>
a { background-color: #253C82; }
a { background-color: rgb(37,60,130); }
div.DivClassName
{
background-color: #253C82;
}
.BgClassName
{
background-color: #253C82;
}
</style>
border-color css
<style>
span { border-color: #253C82; }
span { border-color: rgb(37,60,130); }
td.TdClassName
{
border-color: #253C82;
}
.TagClassName
{
border-color: #253C82;
}
</style>