Shades of Resolution Blue #253682
Tints of Resolution Blue #253682
RGB
CMYK
RGB Variations
Color information
#253682 (or 0x253682) is known color: Resolution Blue. HEX triplet: 25, 36 and 82. RGB value is (37,54,130). Sum of RGB (Red+Green+Blue) = 37+54+130=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #253682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253682 is #DAC97D. Grayscale: #393939. Windows color (decimal): -14338430 or 8533541. OLE color: 8533541.
HSL color Cylindrical-coordinate representation of color #253682: hue angle of 229.03º 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 #253682 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 54 | 130 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.49 |
| HSL | 229.03º | 0.56% | 0.33% | - |
| HSV(B) | 229.03º | 0.72% | 0.51% | - |
| XYZ | 6.11 | 4.64 | 21.69 | - |
| YUV | 57.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 130 | 0.72 | 0.58 | 0 | 0.49 | 229.03 | 0.56 | 0.33 |
| Hex | 25 | 36 | 82 | 48 | 3A | 0 | 31 | E5 | 38 | 21 |
| Octal | 45 | 66 | 202 | 110 | 72 | 0 | 61 | 345 | 70 | 41 |
| Binary | 100101 | 110110 | 10000010 | 1001000 | 111010 | 0 | 110001 | 11100101 | 111000 | 100001 |
Color Harmonies of #253682
Complementary color
Monochromatic Colors of #253682
Black with #253682
Text Example
Text Example
White with #253682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253682; }
p { color: rgb(37,54,130); }
H1.HeaderClassName
{
color: #253682;
}
.AnyTagClassName
{
color: #253682;
}
</style>
background-color css
<style>
a { background-color: #253682; }
a { background-color: rgb(37,54,130); }
div.DivClassName
{
background-color: #253682;
}
.BgClassName
{
background-color: #253682;
}
</style>
border-color css
<style>
span { border-color: #253682; }
span { border-color: rgb(37,54,130); }
td.TdClassName
{
border-color: #253682;
}
.TagClassName
{
border-color: #253682;
}
</style>