Shades of Resolution Blue #273C70
Tints of Resolution Blue #273C70
RGB
CMYK
RGB Variations
Color information
#273C70 (or 0x273C70) is known color: Resolution Blue. HEX triplet: 27, 3C and 70. RGB value is (39,60,112). Sum of RGB (Red+Green+Blue) = 39+60+112=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #273C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C70 is #D8C38F. Grayscale: #3B3B3B. Windows color (decimal): -14205840 or 7355431. OLE color: 7355431.
HSL color Cylindrical-coordinate representation of color #273C70: hue angle of 222.74º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273C70 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 60 | 112 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.56 |
| HSL | 222.74º | 0.48% | 0.3% | - |
| HSV(B) | 222.74º | 0.65% | 0.44% | - |
| XYZ | 5.38 | 4.83 | 15.98 | - |
| YUV | 59.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 112 | 0.65 | 0.46 | 0 | 0.56 | 222.74 | 0.48 | 0.3 |
| Hex | 27 | 3C | 70 | 41 | 2E | 0 | 38 | DF | 30 | 1E |
| Octal | 47 | 74 | 160 | 101 | 56 | 0 | 70 | 337 | 60 | 36 |
| Binary | 100111 | 111100 | 1110000 | 1000001 | 101110 | 0 | 111000 | 11011111 | 110000 | 11110 |
Color Harmonies of #273C70
Complementary color
Monochromatic Colors of #273C70
Black with #273C70
Text Example
Text Example
White with #273C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C70; }
p { color: rgb(39,60,112); }
H1.HeaderClassName
{
color: #273C70;
}
.AnyTagClassName
{
color: #273C70;
}
</style>
background-color css
<style>
a { background-color: #273C70; }
a { background-color: rgb(39,60,112); }
div.DivClassName
{
background-color: #273C70;
}
.BgClassName
{
background-color: #273C70;
}
</style>
border-color css
<style>
span { border-color: #273C70; }
span { border-color: rgb(39,60,112); }
td.TdClassName
{
border-color: #273C70;
}
.TagClassName
{
border-color: #273C70;
}
</style>