Shades of Resolution Blue #273278
Tints of Resolution Blue #273278
RGB
CMYK
RGB Variations
Color information
#273278 (or 0x273278) is known color: Resolution Blue. HEX triplet: 27, 32 and 78. RGB value is (39,50,120). Sum of RGB (Red+Green+Blue) = 39+50+120=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #273278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273278 is #D8CD87. Grayscale: #363636. Windows color (decimal): -14208392 or 7877159. OLE color: 7877159.
HSL color Cylindrical-coordinate representation of color #273278: hue angle of 231.85º 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 #273278 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 50 | 120 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.53 |
| HSL | 231.85º | 0.51% | 0.31% | - |
| HSV(B) | 231.85º | 0.68% | 0.47% | - |
| XYZ | 5.37 | 4.07 | 18.27 | - |
| YUV | 54.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 120 | 0.67 | 0.58 | 0 | 0.53 | 231.85 | 0.51 | 0.31 |
| Hex | 27 | 32 | 78 | 43 | 3A | 0 | 35 | E8 | 33 | 1F |
| Octal | 47 | 62 | 170 | 103 | 72 | 0 | 65 | 350 | 63 | 37 |
| Binary | 100111 | 110010 | 1111000 | 1000011 | 111010 | 0 | 110101 | 11101000 | 110011 | 11111 |
Color Harmonies of #273278
Complementary color
Monochromatic Colors of #273278
Black with #273278
Text Example
Text Example
White with #273278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273278; }
p { color: rgb(39,50,120); }
H1.HeaderClassName
{
color: #273278;
}
.AnyTagClassName
{
color: #273278;
}
</style>
background-color css
<style>
a { background-color: #273278; }
a { background-color: rgb(39,50,120); }
div.DivClassName
{
background-color: #273278;
}
.BgClassName
{
background-color: #273278;
}
</style>
border-color css
<style>
span { border-color: #273278; }
span { border-color: rgb(39,50,120); }
td.TdClassName
{
border-color: #273278;
}
.TagClassName
{
border-color: #273278;
}
</style>