Shades of Resolution Blue #273378
Tints of Resolution Blue #273378
RGB
CMYK
RGB Variations
Color information
#273378 (or 0x273378) is known color: Resolution Blue. HEX triplet: 27, 33 and 78. RGB value is (39,51,120). Sum of RGB (Red+Green+Blue) = 39+51+120=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #273378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273378 is #D8CC87. Grayscale: #363636. Windows color (decimal): -14208136 or 7877415. OLE color: 7877415.
HSL color Cylindrical-coordinate representation of color #273378: hue angle of 231.11º 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 #273378 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 51 | 120 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.53 |
| HSL | 231.11º | 0.51% | 0.31% | - |
| HSV(B) | 231.11º | 0.68% | 0.47% | - |
| XYZ | 5.41 | 4.16 | 18.29 | - |
| YUV | 55.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 120 | 0.67 | 0.58 | 0 | 0.53 | 231.11 | 0.51 | 0.31 |
| Hex | 27 | 33 | 78 | 43 | 3A | 0 | 35 | E7 | 33 | 1F |
| Octal | 47 | 63 | 170 | 103 | 72 | 0 | 65 | 347 | 63 | 37 |
| Binary | 100111 | 110011 | 1111000 | 1000011 | 111010 | 0 | 110101 | 11100111 | 110011 | 11111 |
Color Harmonies of #273378
Complementary color
Monochromatic Colors of #273378
Black with #273378
Text Example
Text Example
White with #273378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273378; }
p { color: rgb(39,51,120); }
H1.HeaderClassName
{
color: #273378;
}
.AnyTagClassName
{
color: #273378;
}
</style>
background-color css
<style>
a { background-color: #273378; }
a { background-color: rgb(39,51,120); }
div.DivClassName
{
background-color: #273378;
}
.BgClassName
{
background-color: #273378;
}
</style>
border-color css
<style>
span { border-color: #273378; }
span { border-color: rgb(39,51,120); }
td.TdClassName
{
border-color: #273378;
}
.TagClassName
{
border-color: #273378;
}
</style>