Shades of Resolution Blue #273872
Tints of Resolution Blue #273872
RGB
CMYK
RGB Variations
Color information
#273872 (or 0x273872) is known color: Resolution Blue. HEX triplet: 27, 38 and 72. RGB value is (39,56,114). Sum of RGB (Red+Green+Blue) = 39+56+114=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #273872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273872 is #D8C78D. Grayscale: #393939. Windows color (decimal): -14206862 or 7485479. OLE color: 7485479.
HSL color Cylindrical-coordinate representation of color #273872: hue angle of 226.4º 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 #273872 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 56 | 114 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.55 |
| HSL | 226.4º | 0.49% | 0.3% | - |
| HSV(B) | 226.4º | 0.66% | 0.45% | - |
| XYZ | 5.29 | 4.47 | 16.5 | - |
| YUV | 57.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 114 | 0.66 | 0.51 | 0 | 0.55 | 226.4 | 0.49 | 0.3 |
| Hex | 27 | 38 | 72 | 42 | 33 | 0 | 37 | E2 | 31 | 1E |
| Octal | 47 | 70 | 162 | 102 | 63 | 0 | 67 | 342 | 61 | 36 |
| Binary | 100111 | 111000 | 1110010 | 1000010 | 110011 | 0 | 110111 | 11100010 | 110001 | 11110 |
Color Harmonies of #273872
Complementary color
Monochromatic Colors of #273872
Black with #273872
Text Example
Text Example
White with #273872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273872; }
p { color: rgb(39,56,114); }
H1.HeaderClassName
{
color: #273872;
}
.AnyTagClassName
{
color: #273872;
}
</style>
background-color css
<style>
a { background-color: #273872; }
a { background-color: rgb(39,56,114); }
div.DivClassName
{
background-color: #273872;
}
.BgClassName
{
background-color: #273872;
}
</style>
border-color css
<style>
span { border-color: #273872; }
span { border-color: rgb(39,56,114); }
td.TdClassName
{
border-color: #273872;
}
.TagClassName
{
border-color: #273872;
}
</style>