Shades of Resolution Blue #273277
Tints of Resolution Blue #273277
RGB
CMYK
RGB Variations
Color information
#273277 (or 0x273277) is known color: Resolution Blue. HEX triplet: 27, 32 and 77. RGB value is (39,50,119). Sum of RGB (Red+Green+Blue) = 39+50+119=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #273277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273277 is #D8CD88. Grayscale: #363636. Windows color (decimal): -14208393 or 7811623. OLE color: 7811623.
HSL color Cylindrical-coordinate representation of color #273277: hue angle of 231.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273277 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 50 | 119 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.53 |
| HSL | 231.75º | 0.51% | 0.31% | - |
| HSV(B) | 231.75º | 0.67% | 0.47% | - |
| XYZ | 5.31 | 4.04 | 17.95 | - |
| YUV | 54.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 119 | 0.67 | 0.58 | 0 | 0.53 | 231.75 | 0.51 | 0.31 |
| Hex | 27 | 32 | 77 | 43 | 3A | 0 | 35 | E8 | 33 | 1F |
| Octal | 47 | 62 | 167 | 103 | 72 | 0 | 65 | 350 | 63 | 37 |
| Binary | 100111 | 110010 | 1110111 | 1000011 | 111010 | 0 | 110101 | 11101000 | 110011 | 11111 |
Color Harmonies of #273277
Complementary color
Monochromatic Colors of #273277
Black with #273277
Text Example
Text Example
White with #273277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273277; }
p { color: rgb(39,50,119); }
H1.HeaderClassName
{
color: #273277;
}
.AnyTagClassName
{
color: #273277;
}
</style>
background-color css
<style>
a { background-color: #273277; }
a { background-color: rgb(39,50,119); }
div.DivClassName
{
background-color: #273277;
}
.BgClassName
{
background-color: #273277;
}
</style>
border-color css
<style>
span { border-color: #273277; }
span { border-color: rgb(39,50,119); }
td.TdClassName
{
border-color: #273277;
}
.TagClassName
{
border-color: #273277;
}
</style>