Shades of Resolution Blue #253685
Tints of Resolution Blue #253685
RGB
CMYK
RGB Variations
Color information
#253685 (or 0x253685) is known color: Resolution Blue. HEX triplet: 25, 36 and 85. RGB value is (37,54,133). Sum of RGB (Red+Green+Blue) = 37+54+133=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #253685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253685 is #DAC97A. Grayscale: #393939. Windows color (decimal): -14338427 or 8730149. OLE color: 8730149.
HSL color Cylindrical-coordinate representation of color #253685: hue angle of 229.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253685 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 54 | 133 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.48 |
| HSL | 229.38º | 0.56% | 0.33% | - |
| HSV(B) | 229.38º | 0.72% | 0.52% | - |
| XYZ | 6.32 | 4.73 | 22.77 | - |
| YUV | 57.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 133 | 0.72 | 0.59 | 0 | 0.48 | 229.38 | 0.56 | 0.33 |
| Hex | 25 | 36 | 85 | 48 | 3B | 0 | 30 | E5 | 38 | 21 |
| Octal | 45 | 66 | 205 | 110 | 73 | 0 | 60 | 345 | 70 | 41 |
| Binary | 100101 | 110110 | 10000101 | 1001000 | 111011 | 0 | 110000 | 11100101 | 111000 | 100001 |
Color Harmonies of #253685
Complementary color
Monochromatic Colors of #253685
Black with #253685
Text Example
Text Example
White with #253685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253685; }
p { color: rgb(37,54,133); }
H1.HeaderClassName
{
color: #253685;
}
.AnyTagClassName
{
color: #253685;
}
</style>
background-color css
<style>
a { background-color: #253685; }
a { background-color: rgb(37,54,133); }
div.DivClassName
{
background-color: #253685;
}
.BgClassName
{
background-color: #253685;
}
</style>
border-color css
<style>
span { border-color: #253685; }
span { border-color: rgb(37,54,133); }
td.TdClassName
{
border-color: #253685;
}
.TagClassName
{
border-color: #253685;
}
</style>