Shades of Resolution Blue #273C6B
Tints of Resolution Blue #273C6B
RGB
CMYK
RGB Variations
Color information
#273C6B (or 0x273C6B) is known color: Resolution Blue. HEX triplet: 27, 3C and 6B. RGB value is (39,60,107). Sum of RGB (Red+Green+Blue) = 39+60+107=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #273C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C6B is #D8C394. Grayscale: #3A3A3A. Windows color (decimal): -14205845 or 7027751. OLE color: 7027751.
HSL color Cylindrical-coordinate representation of color #273C6B: hue angle of 221.47º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #273C6B is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 60 | 107 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.58 |
| HSL | 221.47º | 0.47% | 0.29% | - |
| HSV(B) | 221.47º | 0.64% | 0.42% | - |
| XYZ | 5.11 | 4.72 | 14.55 | - |
| YUV | 59.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 107 | 0.64 | 0.44 | 0 | 0.58 | 221.47 | 0.47 | 0.29 |
| Hex | 27 | 3C | 6B | 40 | 2C | 0 | 3A | DD | 2F | 1D |
| Octal | 47 | 74 | 153 | 100 | 54 | 0 | 72 | 335 | 57 | 35 |
| Binary | 100111 | 111100 | 1101011 | 1000000 | 101100 | 0 | 111010 | 11011101 | 101111 | 11101 |
Color Harmonies of #273C6B
Complementary color
Monochromatic Colors of #273C6B
Black with #273C6B
Text Example
Text Example
White with #273C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C6B; }
p { color: rgb(39,60,107); }
H1.HeaderClassName
{
color: #273C6B;
}
.AnyTagClassName
{
color: #273C6B;
}
</style>
background-color css
<style>
a { background-color: #273C6B; }
a { background-color: rgb(39,60,107); }
div.DivClassName
{
background-color: #273C6B;
}
.BgClassName
{
background-color: #273C6B;
}
</style>
border-color css
<style>
span { border-color: #273C6B; }
span { border-color: rgb(39,60,107); }
td.TdClassName
{
border-color: #273C6B;
}
.TagClassName
{
border-color: #273C6B;
}
</style>