Shades of Resolution Blue #273B7D
Tints of Resolution Blue #273B7D
RGB
CMYK
RGB Variations
Color information
#273B7D (or 0x273B7D) is known color: Resolution Blue. HEX triplet: 27, 3B and 7D. RGB value is (39,59,125). Sum of RGB (Red+Green+Blue) = 39+59+125=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #273B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B7D is #D8C482. Grayscale: #3C3C3C. Windows color (decimal): -14206083 or 8207143. OLE color: 8207143.
HSL color Cylindrical-coordinate representation of color #273B7D: hue angle of 226.05º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #273B7D is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 59 | 125 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.51 |
| HSL | 226.05º | 0.52% | 0.32% | - |
| HSV(B) | 226.05º | 0.69% | 0.49% | - |
| XYZ | 6.1 | 5.04 | 20.05 | - |
| YUV | 60.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 125 | 0.69 | 0.53 | 0 | 0.51 | 226.05 | 0.52 | 0.32 |
| Hex | 27 | 3B | 7D | 45 | 35 | 0 | 33 | E2 | 34 | 20 |
| Octal | 47 | 73 | 175 | 105 | 65 | 0 | 63 | 342 | 64 | 40 |
| Binary | 100111 | 111011 | 1111101 | 1000101 | 110101 | 0 | 110011 | 11100010 | 110100 | 100000 |
Color Harmonies of #273B7D
Complementary color
Monochromatic Colors of #273B7D
Black with #273B7D
Text Example
Text Example
White with #273B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B7D; }
p { color: rgb(39,59,125); }
H1.HeaderClassName
{
color: #273B7D;
}
.AnyTagClassName
{
color: #273B7D;
}
</style>
background-color css
<style>
a { background-color: #273B7D; }
a { background-color: rgb(39,59,125); }
div.DivClassName
{
background-color: #273B7D;
}
.BgClassName
{
background-color: #273B7D;
}
</style>
border-color css
<style>
span { border-color: #273B7D; }
span { border-color: rgb(39,59,125); }
td.TdClassName
{
border-color: #273B7D;
}
.TagClassName
{
border-color: #273B7D;
}
</style>