Shades of Resolution Blue #274083
Tints of Resolution Blue #274083
RGB
CMYK
RGB Variations
Color information
#274083 (or 0x274083) is known color: Resolution Blue. HEX triplet: 27, 40 and 83. RGB value is (39,64,131). Sum of RGB (Red+Green+Blue) = 39+64+131=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #274083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274083 is #D8BF7C. Grayscale: #3F3F3F. Windows color (decimal): -14204797 or 8601639. OLE color: 8601639.
HSL color Cylindrical-coordinate representation of color #274083: hue angle of 223.7º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274083 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 64 | 131 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.49 |
| HSL | 223.7º | 0.54% | 0.33% | - |
| HSV(B) | 223.7º | 0.7% | 0.51% | - |
| XYZ | 6.77 | 5.74 | 22.22 | - |
| YUV | 64.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 131 | 0.70 | 0.51 | 0 | 0.49 | 223.7 | 0.54 | 0.33 |
| Hex | 27 | 40 | 83 | 46 | 33 | 0 | 31 | E0 | 36 | 21 |
| Octal | 47 | 100 | 203 | 106 | 63 | 0 | 61 | 340 | 66 | 41 |
| Binary | 100111 | 1000000 | 10000011 | 1000110 | 110011 | 0 | 110001 | 11100000 | 110110 | 100001 |
Color Harmonies of #274083
Complementary color
Monochromatic Colors of #274083
Black with #274083
Text Example
Text Example
White with #274083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274083; }
p { color: rgb(39,64,131); }
H1.HeaderClassName
{
color: #274083;
}
.AnyTagClassName
{
color: #274083;
}
</style>
background-color css
<style>
a { background-color: #274083; }
a { background-color: rgb(39,64,131); }
div.DivClassName
{
background-color: #274083;
}
.BgClassName
{
background-color: #274083;
}
</style>
border-color css
<style>
span { border-color: #274083; }
span { border-color: rgb(39,64,131); }
td.TdClassName
{
border-color: #274083;
}
.TagClassName
{
border-color: #274083;
}
</style>