Shades of Resolution Blue #273C7D
Tints of Resolution Blue #273C7D
RGB
CMYK
RGB Variations
Color information
#273C7D (or 0x273C7D) is known color: Resolution Blue. HEX triplet: 27, 3C and 7D. RGB value is (39,60,125). Sum of RGB (Red+Green+Blue) = 39+60+125=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #273C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C7D is #D8C382. Grayscale: #3C3C3C. Windows color (decimal): -14205827 or 8207399. OLE color: 8207399.
HSL color Cylindrical-coordinate representation of color #273C7D: hue angle of 225.35º 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 #273C7D is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 60 | 125 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.51 |
| HSL | 225.35º | 0.52% | 0.32% | - |
| HSV(B) | 225.35º | 0.69% | 0.49% | - |
| XYZ | 6.15 | 5.14 | 20.07 | - |
| YUV | 61.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 125 | 0.69 | 0.52 | 0 | 0.51 | 225.35 | 0.52 | 0.32 |
| Hex | 27 | 3C | 7D | 45 | 34 | 0 | 33 | E1 | 34 | 20 |
| Octal | 47 | 74 | 175 | 105 | 64 | 0 | 63 | 341 | 64 | 40 |
| Binary | 100111 | 111100 | 1111101 | 1000101 | 110100 | 0 | 110011 | 11100001 | 110100 | 100000 |
Color Harmonies of #273C7D
Complementary color
Monochromatic Colors of #273C7D
Black with #273C7D
Text Example
Text Example
White with #273C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C7D; }
p { color: rgb(39,60,125); }
H1.HeaderClassName
{
color: #273C7D;
}
.AnyTagClassName
{
color: #273C7D;
}
</style>
background-color css
<style>
a { background-color: #273C7D; }
a { background-color: rgb(39,60,125); }
div.DivClassName
{
background-color: #273C7D;
}
.BgClassName
{
background-color: #273C7D;
}
</style>
border-color css
<style>
span { border-color: #273C7D; }
span { border-color: rgb(39,60,125); }
td.TdClassName
{
border-color: #273C7D;
}
.TagClassName
{
border-color: #273C7D;
}
</style>