Shades of Resolution Blue #273381
Tints of Resolution Blue #273381
RGB
CMYK
RGB Variations
Color information
#273381 (or 0x273381) is known color: Resolution Blue. HEX triplet: 27, 33 and 81. RGB value is (39,51,129). Sum of RGB (Red+Green+Blue) = 39+51+129=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #273381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273381 is #D8CC7E. Grayscale: #373737. Windows color (decimal): -14208127 or 8467239. OLE color: 8467239.
HSL color Cylindrical-coordinate representation of color #273381: hue angle of 232º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273381 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 51 | 129 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.49 |
| HSL | 232º | 0.54% | 0.33% | - |
| HSV(B) | 232º | 0.7% | 0.51% | - |
| XYZ | 5.98 | 4.38 | 21.3 | - |
| YUV | 56.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 129 | 0.70 | 0.60 | 0 | 0.49 | 232 | 0.54 | 0.33 |
| Hex | 27 | 33 | 81 | 46 | 3C | 0 | 31 | E8 | 36 | 21 |
| Octal | 47 | 63 | 201 | 106 | 74 | 0 | 61 | 350 | 66 | 41 |
| Binary | 100111 | 110011 | 10000001 | 1000110 | 111100 | 0 | 110001 | 11101000 | 110110 | 100001 |
Color Harmonies of #273381
Complementary color
Monochromatic Colors of #273381
Black with #273381
Text Example
Text Example
White with #273381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273381; }
p { color: rgb(39,51,129); }
H1.HeaderClassName
{
color: #273381;
}
.AnyTagClassName
{
color: #273381;
}
</style>
background-color css
<style>
a { background-color: #273381; }
a { background-color: rgb(39,51,129); }
div.DivClassName
{
background-color: #273381;
}
.BgClassName
{
background-color: #273381;
}
</style>
border-color css
<style>
span { border-color: #273381; }
span { border-color: rgb(39,51,129); }
td.TdClassName
{
border-color: #273381;
}
.TagClassName
{
border-color: #273381;
}
</style>