Shades of Resolution Blue #273279
Tints of Resolution Blue #273279
RGB
CMYK
RGB Variations
Color information
#273279 (or 0x273279) is known color: Resolution Blue. HEX triplet: 27, 32 and 79. RGB value is (39,50,121). Sum of RGB (Red+Green+Blue) = 39+50+121=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #273279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273279 is #D8CD86. Grayscale: #363636. Windows color (decimal): -14208391 or 7942695. OLE color: 7942695.
HSL color Cylindrical-coordinate representation of color #273279: hue angle of 231.95º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273279 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 50 | 121 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.53 |
| HSL | 231.95º | 0.51% | 0.31% | - |
| HSV(B) | 231.95º | 0.68% | 0.47% | - |
| XYZ | 5.43 | 4.09 | 18.59 | - |
| YUV | 54.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 121 | 0.68 | 0.59 | 0 | 0.53 | 231.95 | 0.51 | 0.31 |
| Hex | 27 | 32 | 79 | 44 | 3B | 0 | 35 | E8 | 33 | 1F |
| Octal | 47 | 62 | 171 | 104 | 73 | 0 | 65 | 350 | 63 | 37 |
| Binary | 100111 | 110010 | 1111001 | 1000100 | 111011 | 0 | 110101 | 11101000 | 110011 | 11111 |
Color Harmonies of #273279
Complementary color
Monochromatic Colors of #273279
Black with #273279
Text Example
Text Example
White with #273279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273279; }
p { color: rgb(39,50,121); }
H1.HeaderClassName
{
color: #273279;
}
.AnyTagClassName
{
color: #273279;
}
</style>
background-color css
<style>
a { background-color: #273279; }
a { background-color: rgb(39,50,121); }
div.DivClassName
{
background-color: #273279;
}
.BgClassName
{
background-color: #273279;
}
</style>
border-color css
<style>
span { border-color: #273279; }
span { border-color: rgb(39,50,121); }
td.TdClassName
{
border-color: #273279;
}
.TagClassName
{
border-color: #273279;
}
</style>