Shades of Resolution Blue #253073
Tints of Resolution Blue #253073
RGB
CMYK
RGB Variations
Color information
#253073 (or 0x253073) is known color: Resolution Blue. HEX triplet: 25, 30 and 73. RGB value is (37,48,115). Sum of RGB (Red+Green+Blue) = 37+48+115=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #253073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253073 is #DACF8C. Grayscale: #343434. Windows color (decimal): -14339981 or 7548965. OLE color: 7548965.
HSL color Cylindrical-coordinate representation of color #253073: hue angle of 231.54º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253073 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 48 | 115 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.55 |
| HSL | 231.54º | 0.51% | 0.3% | - |
| HSV(B) | 231.54º | 0.68% | 0.45% | - |
| XYZ | 4.91 | 3.75 | 16.68 | - |
| YUV | 52.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 115 | 0.68 | 0.58 | 0 | 0.55 | 231.54 | 0.51 | 0.3 |
| Hex | 25 | 30 | 73 | 44 | 3A | 0 | 37 | E8 | 33 | 1E |
| Octal | 45 | 60 | 163 | 104 | 72 | 0 | 67 | 350 | 63 | 36 |
| Binary | 100101 | 110000 | 1110011 | 1000100 | 111010 | 0 | 110111 | 11101000 | 110011 | 11110 |
Color Harmonies of #253073
Complementary color
Monochromatic Colors of #253073
Black with #253073
Text Example
Text Example
White with #253073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253073; }
p { color: rgb(37,48,115); }
H1.HeaderClassName
{
color: #253073;
}
.AnyTagClassName
{
color: #253073;
}
</style>
background-color css
<style>
a { background-color: #253073; }
a { background-color: rgb(37,48,115); }
div.DivClassName
{
background-color: #253073;
}
.BgClassName
{
background-color: #253073;
}
</style>
border-color css
<style>
span { border-color: #253073; }
span { border-color: rgb(37,48,115); }
td.TdClassName
{
border-color: #253073;
}
.TagClassName
{
border-color: #253073;
}
</style>