Shades of Resolution Blue #273678
Tints of Resolution Blue #273678
RGB
CMYK
RGB Variations
Color information
#273678 (or 0x273678) is known color: Resolution Blue. HEX triplet: 27, 36 and 78. RGB value is (39,54,120). Sum of RGB (Red+Green+Blue) = 39+54+120=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #273678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273678 is #D8C987. Grayscale: #383838. Windows color (decimal): -14207368 or 7878183. OLE color: 7878183.
HSL color Cylindrical-coordinate representation of color #273678: hue angle of 228.89º 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 #273678 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 54 | 120 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.53 |
| HSL | 228.89º | 0.51% | 0.31% | - |
| HSV(B) | 228.89º | 0.68% | 0.47% | - |
| XYZ | 5.55 | 4.43 | 18.33 | - |
| YUV | 57.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 120 | 0.67 | 0.55 | 0 | 0.53 | 228.89 | 0.51 | 0.31 |
| Hex | 27 | 36 | 78 | 43 | 37 | 0 | 35 | E5 | 33 | 1F |
| Octal | 47 | 66 | 170 | 103 | 67 | 0 | 65 | 345 | 63 | 37 |
| Binary | 100111 | 110110 | 1111000 | 1000011 | 110111 | 0 | 110101 | 11100101 | 110011 | 11111 |
Color Harmonies of #273678
Complementary color
Monochromatic Colors of #273678
Black with #273678
Text Example
Text Example
White with #273678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273678; }
p { color: rgb(39,54,120); }
H1.HeaderClassName
{
color: #273678;
}
.AnyTagClassName
{
color: #273678;
}
</style>
background-color css
<style>
a { background-color: #273678; }
a { background-color: rgb(39,54,120); }
div.DivClassName
{
background-color: #273678;
}
.BgClassName
{
background-color: #273678;
}
</style>
border-color css
<style>
span { border-color: #273678; }
span { border-color: rgb(39,54,120); }
td.TdClassName
{
border-color: #273678;
}
.TagClassName
{
border-color: #273678;
}
</style>