Shades of Resolution Blue #273672
Tints of Resolution Blue #273672
RGB
CMYK
RGB Variations
Color information
#273672 (or 0x273672) is known color: Resolution Blue. HEX triplet: 27, 36 and 72. RGB value is (39,54,114). Sum of RGB (Red+Green+Blue) = 39+54+114=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #273672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273672 is #D8C98D. Grayscale: #383838. Windows color (decimal): -14207374 or 7484967. OLE color: 7484967.
HSL color Cylindrical-coordinate representation of color #273672: hue angle of 228º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273672 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 54 | 114 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.55 |
| HSL | 228º | 0.49% | 0.3% | - |
| HSV(B) | 228º | 0.66% | 0.45% | - |
| XYZ | 5.19 | 4.28 | 16.47 | - |
| YUV | 56.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 114 | 0.66 | 0.53 | 0 | 0.55 | 228 | 0.49 | 0.3 |
| Hex | 27 | 36 | 72 | 42 | 35 | 0 | 37 | E4 | 31 | 1E |
| Octal | 47 | 66 | 162 | 102 | 65 | 0 | 67 | 344 | 61 | 36 |
| Binary | 100111 | 110110 | 1110010 | 1000010 | 110101 | 0 | 110111 | 11100100 | 110001 | 11110 |
Color Harmonies of #273672
Complementary color
Monochromatic Colors of #273672
Black with #273672
Text Example
Text Example
White with #273672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273672; }
p { color: rgb(39,54,114); }
H1.HeaderClassName
{
color: #273672;
}
.AnyTagClassName
{
color: #273672;
}
</style>
background-color css
<style>
a { background-color: #273672; }
a { background-color: rgb(39,54,114); }
div.DivClassName
{
background-color: #273672;
}
.BgClassName
{
background-color: #273672;
}
</style>
border-color css
<style>
span { border-color: #273672; }
span { border-color: rgb(39,54,114); }
td.TdClassName
{
border-color: #273672;
}
.TagClassName
{
border-color: #273672;
}
</style>