Shades of Resolution Blue #273D78
Tints of Resolution Blue #273D78
RGB
CMYK
RGB Variations
Color information
#273D78 (or 0x273D78) is known color: Resolution Blue. HEX triplet: 27, 3D and 78. RGB value is (39,61,120). Sum of RGB (Red+Green+Blue) = 39+61+120=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #273D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D78 is #D8C287. Grayscale: #3C3C3C. Windows color (decimal): -14205576 or 7879975. OLE color: 7879975.
HSL color Cylindrical-coordinate representation of color #273D78: hue angle of 223.7º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273D78 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 61 | 120 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.53 |
| HSL | 223.7º | 0.51% | 0.31% | - |
| HSV(B) | 223.7º | 0.68% | 0.47% | - |
| XYZ | 5.9 | 5.12 | 18.45 | - |
| YUV | 61.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 120 | 0.67 | 0.49 | 0 | 0.53 | 223.7 | 0.51 | 0.31 |
| Hex | 27 | 3D | 78 | 43 | 31 | 0 | 35 | E0 | 33 | 1F |
| Octal | 47 | 75 | 170 | 103 | 61 | 0 | 65 | 340 | 63 | 37 |
| Binary | 100111 | 111101 | 1111000 | 1000011 | 110001 | 0 | 110101 | 11100000 | 110011 | 11111 |
Color Harmonies of #273D78
Complementary color
Monochromatic Colors of #273D78
Black with #273D78
Text Example
Text Example
White with #273D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D78; }
p { color: rgb(39,61,120); }
H1.HeaderClassName
{
color: #273D78;
}
.AnyTagClassName
{
color: #273D78;
}
</style>
background-color css
<style>
a { background-color: #273D78; }
a { background-color: rgb(39,61,120); }
div.DivClassName
{
background-color: #273D78;
}
.BgClassName
{
background-color: #273D78;
}
</style>
border-color css
<style>
span { border-color: #273D78; }
span { border-color: rgb(39,61,120); }
td.TdClassName
{
border-color: #273D78;
}
.TagClassName
{
border-color: #273D78;
}
</style>