Shades of Resolution Blue #273885
Tints of Resolution Blue #273885
RGB
CMYK
RGB Variations
Color information
#273885 (or 0x273885) is known color: Resolution Blue. HEX triplet: 27, 38 and 85. RGB value is (39,56,133). Sum of RGB (Red+Green+Blue) = 39+56+133=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #273885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273885 is #D8C77A. Grayscale: #3B3B3B. Windows color (decimal): -14206843 or 8730663. OLE color: 8730663.
HSL color Cylindrical-coordinate representation of color #273885: hue angle of 229.15º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273885 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 56 | 133 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.48 |
| HSL | 229.15º | 0.55% | 0.34% | - |
| HSV(B) | 229.15º | 0.71% | 0.52% | - |
| XYZ | 6.48 | 4.95 | 22.8 | - |
| YUV | 59.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 133 | 0.71 | 0.58 | 0 | 0.48 | 229.15 | 0.55 | 0.34 |
| Hex | 27 | 38 | 85 | 47 | 3A | 0 | 30 | E5 | 37 | 22 |
| Octal | 47 | 70 | 205 | 107 | 72 | 0 | 60 | 345 | 67 | 42 |
| Binary | 100111 | 111000 | 10000101 | 1000111 | 111010 | 0 | 110000 | 11100101 | 110111 | 100010 |
Color Harmonies of #273885
Complementary color
Monochromatic Colors of #273885
Black with #273885
Text Example
Text Example
White with #273885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273885; }
p { color: rgb(39,56,133); }
H1.HeaderClassName
{
color: #273885;
}
.AnyTagClassName
{
color: #273885;
}
</style>
background-color css
<style>
a { background-color: #273885; }
a { background-color: rgb(39,56,133); }
div.DivClassName
{
background-color: #273885;
}
.BgClassName
{
background-color: #273885;
}
</style>
border-color css
<style>
span { border-color: #273885; }
span { border-color: rgb(39,56,133); }
td.TdClassName
{
border-color: #273885;
}
.TagClassName
{
border-color: #273885;
}
</style>