Shades of Resolution Blue #274183
Tints of Resolution Blue #274183
RGB
CMYK
RGB Variations
Color information
#274183 (or 0x274183) is known color: Resolution Blue. HEX triplet: 27, 41 and 83. RGB value is (39,65,131). Sum of RGB (Red+Green+Blue) = 39+65+131=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #274183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274183 is #D8BE7C. Grayscale: #404040. Windows color (decimal): -14204541 or 8601895. OLE color: 8601895.
HSL color Cylindrical-coordinate representation of color #274183: hue angle of 223.04º 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 #274183 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 65 | 131 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.49 |
| HSL | 223.04º | 0.54% | 0.33% | - |
| HSV(B) | 223.04º | 0.7% | 0.51% | - |
| XYZ | 6.82 | 5.85 | 22.24 | - |
| YUV | 64.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 131 | 0.70 | 0.50 | 0 | 0.49 | 223.04 | 0.54 | 0.33 |
| Hex | 27 | 41 | 83 | 46 | 32 | 0 | 31 | DF | 36 | 21 |
| Octal | 47 | 101 | 203 | 106 | 62 | 0 | 61 | 337 | 66 | 41 |
| Binary | 100111 | 1000001 | 10000011 | 1000110 | 110010 | 0 | 110001 | 11011111 | 110110 | 100001 |
Color Harmonies of #274183
Complementary color
Monochromatic Colors of #274183
Black with #274183
Text Example
Text Example
White with #274183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274183; }
p { color: rgb(39,65,131); }
H1.HeaderClassName
{
color: #274183;
}
.AnyTagClassName
{
color: #274183;
}
</style>
background-color css
<style>
a { background-color: #274183; }
a { background-color: rgb(39,65,131); }
div.DivClassName
{
background-color: #274183;
}
.BgClassName
{
background-color: #274183;
}
</style>
border-color css
<style>
span { border-color: #274183; }
span { border-color: rgb(39,65,131); }
td.TdClassName
{
border-color: #274183;
}
.TagClassName
{
border-color: #274183;
}
</style>