Shades of Resolution Blue #274378
Tints of Resolution Blue #274378
RGB
CMYK
RGB Variations
Color information
#274378 (or 0x274378) is known color: Resolution Blue. HEX triplet: 27, 43 and 78. RGB value is (39,67,120). Sum of RGB (Red+Green+Blue) = 39+67+120=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #274378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274378 is #D8BC87. Grayscale: #404040. Windows color (decimal): -14204040 or 7881511. OLE color: 7881511.
HSL color Cylindrical-coordinate representation of color #274378: hue angle of 219.26º 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 #274378 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 67 | 120 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.53 |
| HSL | 219.26º | 0.51% | 0.31% | - |
| HSV(B) | 219.26º | 0.68% | 0.47% | - |
| XYZ | 6.23 | 5.8 | 18.56 | - |
| YUV | 64.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 120 | 0.67 | 0.44 | 0 | 0.53 | 219.26 | 0.51 | 0.31 |
| Hex | 27 | 43 | 78 | 43 | 2C | 0 | 35 | DB | 33 | 1F |
| Octal | 47 | 103 | 170 | 103 | 54 | 0 | 65 | 333 | 63 | 37 |
| Binary | 100111 | 1000011 | 1111000 | 1000011 | 101100 | 0 | 110101 | 11011011 | 110011 | 11111 |
Color Harmonies of #274378
Complementary color
Monochromatic Colors of #274378
Black with #274378
Text Example
Text Example
White with #274378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274378; }
p { color: rgb(39,67,120); }
H1.HeaderClassName
{
color: #274378;
}
.AnyTagClassName
{
color: #274378;
}
</style>
background-color css
<style>
a { background-color: #274378; }
a { background-color: rgb(39,67,120); }
div.DivClassName
{
background-color: #274378;
}
.BgClassName
{
background-color: #274378;
}
</style>
border-color css
<style>
span { border-color: #274378; }
span { border-color: rgb(39,67,120); }
td.TdClassName
{
border-color: #274378;
}
.TagClassName
{
border-color: #274378;
}
</style>