Shades of Resolution Blue #273382
Tints of Resolution Blue #273382
RGB
CMYK
RGB Variations
Color information
#273382 (or 0x273382) is known color: Resolution Blue. HEX triplet: 27, 33 and 82. RGB value is (39,51,130). Sum of RGB (Red+Green+Blue) = 39+51+130=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #273382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273382 is #D8CC7D. Grayscale: #383838. Windows color (decimal): -14208126 or 8532775. OLE color: 8532775.
HSL color Cylindrical-coordinate representation of color #273382: hue angle of 232.09º 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 #273382 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 51 | 130 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.49 |
| HSL | 232.09º | 0.54% | 0.33% | - |
| HSV(B) | 232.09º | 0.7% | 0.51% | - |
| XYZ | 6.05 | 4.41 | 21.65 | - |
| YUV | 56.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 130 | 0.70 | 0.61 | 0 | 0.49 | 232.09 | 0.54 | 0.33 |
| Hex | 27 | 33 | 82 | 46 | 3D | 0 | 31 | E8 | 36 | 21 |
| Octal | 47 | 63 | 202 | 106 | 75 | 0 | 61 | 350 | 66 | 41 |
| Binary | 100111 | 110011 | 10000010 | 1000110 | 111101 | 0 | 110001 | 11101000 | 110110 | 100001 |
Color Harmonies of #273382
Complementary color
Monochromatic Colors of #273382
Black with #273382
Text Example
Text Example
White with #273382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273382; }
p { color: rgb(39,51,130); }
H1.HeaderClassName
{
color: #273382;
}
.AnyTagClassName
{
color: #273382;
}
</style>
background-color css
<style>
a { background-color: #273382; }
a { background-color: rgb(39,51,130); }
div.DivClassName
{
background-color: #273382;
}
.BgClassName
{
background-color: #273382;
}
</style>
border-color css
<style>
span { border-color: #273382; }
span { border-color: rgb(39,51,130); }
td.TdClassName
{
border-color: #273382;
}
.TagClassName
{
border-color: #273382;
}
</style>