Shades of Resolution Blue #274270
Tints of Resolution Blue #274270
RGB
CMYK
RGB Variations
Color information
#274270 (or 0x274270) is known color: Resolution Blue. HEX triplet: 27, 42 and 70. RGB value is (39,66,112). Sum of RGB (Red+Green+Blue) = 39+66+112=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #274270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274270 is #D8BD8F. Grayscale: #3E3E3E. Windows color (decimal): -14204304 or 7356967. OLE color: 7356967.
HSL color Cylindrical-coordinate representation of color #274270: hue angle of 217.81º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274270 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 66 | 112 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.56 |
| HSL | 217.81º | 0.48% | 0.3% | - |
| HSV(B) | 217.81º | 0.65% | 0.44% | - |
| XYZ | 5.71 | 5.5 | 16.09 | - |
| YUV | 63.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 112 | 0.65 | 0.41 | 0 | 0.56 | 217.81 | 0.48 | 0.3 |
| Hex | 27 | 42 | 70 | 41 | 29 | 0 | 38 | DA | 30 | 1E |
| Octal | 47 | 102 | 160 | 101 | 51 | 0 | 70 | 332 | 60 | 36 |
| Binary | 100111 | 1000010 | 1110000 | 1000001 | 101001 | 0 | 111000 | 11011010 | 110000 | 11110 |
Color Harmonies of #274270
Complementary color
Monochromatic Colors of #274270
Black with #274270
Text Example
Text Example
White with #274270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274270; }
p { color: rgb(39,66,112); }
H1.HeaderClassName
{
color: #274270;
}
.AnyTagClassName
{
color: #274270;
}
</style>
background-color css
<style>
a { background-color: #274270; }
a { background-color: rgb(39,66,112); }
div.DivClassName
{
background-color: #274270;
}
.BgClassName
{
background-color: #274270;
}
</style>
border-color css
<style>
span { border-color: #274270; }
span { border-color: rgb(39,66,112); }
td.TdClassName
{
border-color: #274270;
}
.TagClassName
{
border-color: #274270;
}
</style>