Shades of Resolution Blue #274573
Tints of Resolution Blue #274573
RGB
CMYK
RGB Variations
Color information
#274573 (or 0x274573) is known color: Resolution Blue. HEX triplet: 27, 45 and 73. RGB value is (39,69,115). Sum of RGB (Red+Green+Blue) = 39+69+115=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #274573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274573 is #D8BA8C. Grayscale: #414141. Windows color (decimal): -14203533 or 7554343. OLE color: 7554343.
HSL color Cylindrical-coordinate representation of color #274573: hue angle of 216.32º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274573 is Cyan = 0.66, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 69 | 115 | - |
| CMYK | 0.66 | 0.4 | 0 | 0.55 |
| HSL | 216.32º | 0.49% | 0.3% | - |
| HSV(B) | 216.32º | 0.66% | 0.45% | - |
| XYZ | 6.06 | 5.93 | 17.04 | - |
| YUV | 65.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 115 | 0.66 | 0.4 | 0 | 0.55 | 216.32 | 0.49 | 0.3 |
| Hex | 27 | 45 | 73 | 42 | 28 | 0 | 37 | D8 | 31 | 1E |
| Octal | 47 | 105 | 163 | 102 | 50 | 0 | 67 | 330 | 61 | 36 |
| Binary | 100111 | 1000101 | 1110011 | 1000010 | 101000 | 0 | 110111 | 11011000 | 110001 | 11110 |
Color Harmonies of #274573
Complementary color
Monochromatic Colors of #274573
Black with #274573
Text Example
Text Example
White with #274573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274573; }
p { color: rgb(39,69,115); }
H1.HeaderClassName
{
color: #274573;
}
.AnyTagClassName
{
color: #274573;
}
</style>
background-color css
<style>
a { background-color: #274573; }
a { background-color: rgb(39,69,115); }
div.DivClassName
{
background-color: #274573;
}
.BgClassName
{
background-color: #274573;
}
</style>
border-color css
<style>
span { border-color: #274573; }
span { border-color: rgb(39,69,115); }
td.TdClassName
{
border-color: #274573;
}
.TagClassName
{
border-color: #274573;
}
</style>