Shades of Resolution Blue #274181
Tints of Resolution Blue #274181
RGB
CMYK
RGB Variations
Color information
#274181 (or 0x274181) is known color: Resolution Blue. HEX triplet: 27, 41 and 81. RGB value is (39,65,129). Sum of RGB (Red+Green+Blue) = 39+65+129=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #274181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274181 is #D8BE7E. Grayscale: #404040. Windows color (decimal): -14204543 or 8470823. OLE color: 8470823.
HSL color Cylindrical-coordinate representation of color #274181: hue angle of 222.67º 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 #274181 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 65 | 129 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.49 |
| HSL | 222.67º | 0.54% | 0.33% | - |
| HSV(B) | 222.67º | 0.7% | 0.51% | - |
| XYZ | 6.69 | 5.8 | 21.54 | - |
| YUV | 64.52 | 164.39 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 129 | 0.70 | 0.50 | 0 | 0.49 | 222.67 | 0.54 | 0.33 |
| Hex | 27 | 41 | 81 | 46 | 32 | 0 | 31 | DF | 36 | 21 |
| Octal | 47 | 101 | 201 | 106 | 62 | 0 | 61 | 337 | 66 | 41 |
| Binary | 100111 | 1000001 | 10000001 | 1000110 | 110010 | 0 | 110001 | 11011111 | 110110 | 100001 |
Color Harmonies of #274181
Complementary color
Monochromatic Colors of #274181
Black with #274181
Text Example
Text Example
White with #274181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274181; }
p { color: rgb(39,65,129); }
H1.HeaderClassName
{
color: #274181;
}
.AnyTagClassName
{
color: #274181;
}
</style>
background-color css
<style>
a { background-color: #274181; }
a { background-color: rgb(39,65,129); }
div.DivClassName
{
background-color: #274181;
}
.BgClassName
{
background-color: #274181;
}
</style>
border-color css
<style>
span { border-color: #274181; }
span { border-color: rgb(39,65,129); }
td.TdClassName
{
border-color: #274181;
}
.TagClassName
{
border-color: #274181;
}
</style>