Shades of Resolution Blue #274373
Tints of Resolution Blue #274373
RGB
CMYK
RGB Variations
Color information
#274373 (or 0x274373) is known color: Resolution Blue. HEX triplet: 27, 43 and 73. RGB value is (39,67,115). Sum of RGB (Red+Green+Blue) = 39+67+115=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #274373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274373 is #D8BC8C. Grayscale: #3F3F3F. Windows color (decimal): -14204045 or 7553831. OLE color: 7553831.
HSL color Cylindrical-coordinate representation of color #274373: hue angle of 217.89º 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 #274373 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 67 | 115 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.55 |
| HSL | 217.89º | 0.49% | 0.3% | - |
| HSV(B) | 217.89º | 0.66% | 0.45% | - |
| XYZ | 5.94 | 5.68 | 17 | - |
| YUV | 64.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 115 | 0.66 | 0.42 | 0 | 0.55 | 217.89 | 0.49 | 0.3 |
| Hex | 27 | 43 | 73 | 42 | 2A | 0 | 37 | DA | 31 | 1E |
| Octal | 47 | 103 | 163 | 102 | 52 | 0 | 67 | 332 | 61 | 36 |
| Binary | 100111 | 1000011 | 1110011 | 1000010 | 101010 | 0 | 110111 | 11011010 | 110001 | 11110 |
Color Harmonies of #274373
Complementary color
Monochromatic Colors of #274373
Black with #274373
Text Example
Text Example
White with #274373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274373; }
p { color: rgb(39,67,115); }
H1.HeaderClassName
{
color: #274373;
}
.AnyTagClassName
{
color: #274373;
}
</style>
background-color css
<style>
a { background-color: #274373; }
a { background-color: rgb(39,67,115); }
div.DivClassName
{
background-color: #274373;
}
.BgClassName
{
background-color: #274373;
}
</style>
border-color css
<style>
span { border-color: #274373; }
span { border-color: rgb(39,67,115); }
td.TdClassName
{
border-color: #274373;
}
.TagClassName
{
border-color: #274373;
}
</style>