Shades of Resolution Blue #273575
Tints of Resolution Blue #273575
RGB
CMYK
RGB Variations
Color information
#273575 (or 0x273575) is known color: Resolution Blue. HEX triplet: 27, 35 and 75. RGB value is (39,53,117). Sum of RGB (Red+Green+Blue) = 39+53+117=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #273575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273575 is #D8CA8A. Grayscale: #373737. Windows color (decimal): -14207627 or 7681319. OLE color: 7681319.
HSL color Cylindrical-coordinate representation of color #273575: hue angle of 229.23º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273575 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 53 | 117 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.54 |
| HSL | 229.23º | 0.5% | 0.31% | - |
| HSV(B) | 229.23º | 0.67% | 0.46% | - |
| XYZ | 5.32 | 4.26 | 17.37 | - |
| YUV | 56.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 117 | 0.67 | 0.55 | 0 | 0.54 | 229.23 | 0.5 | 0.31 |
| Hex | 27 | 35 | 75 | 43 | 37 | 0 | 36 | E5 | 32 | 1F |
| Octal | 47 | 65 | 165 | 103 | 67 | 0 | 66 | 345 | 62 | 37 |
| Binary | 100111 | 110101 | 1110101 | 1000011 | 110111 | 0 | 110110 | 11100101 | 110010 | 11111 |
Color Harmonies of #273575
Complementary color
Monochromatic Colors of #273575
Black with #273575
Text Example
Text Example
White with #273575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273575; }
p { color: rgb(39,53,117); }
H1.HeaderClassName
{
color: #273575;
}
.AnyTagClassName
{
color: #273575;
}
</style>
background-color css
<style>
a { background-color: #273575; }
a { background-color: rgb(39,53,117); }
div.DivClassName
{
background-color: #273575;
}
.BgClassName
{
background-color: #273575;
}
</style>
border-color css
<style>
span { border-color: #273575; }
span { border-color: rgb(39,53,117); }
td.TdClassName
{
border-color: #273575;
}
.TagClassName
{
border-color: #273575;
}
</style>