Shades of Resolution Blue #273D84
Tints of Resolution Blue #273D84
RGB
CMYK
RGB Variations
Color information
#273D84 (or 0x273D84) is known color: Resolution Blue. HEX triplet: 27, 3D and 84. RGB value is (39,61,132). Sum of RGB (Red+Green+Blue) = 39+61+132=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #273D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273D84 is #D8C27B. Grayscale: #3E3E3E. Windows color (decimal): -14205564 or 8666407. OLE color: 8666407.
HSL color Cylindrical-coordinate representation of color #273D84: hue angle of 225.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273D84 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 61 | 132 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.48 |
| HSL | 225.81º | 0.54% | 0.34% | - |
| HSV(B) | 225.81º | 0.7% | 0.52% | - |
| XYZ | 6.67 | 5.43 | 22.53 | - |
| YUV | 62.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 132 | 0.70 | 0.54 | 0 | 0.48 | 225.81 | 0.54 | 0.34 |
| Hex | 27 | 3D | 84 | 46 | 36 | 0 | 30 | E2 | 36 | 22 |
| Octal | 47 | 75 | 204 | 106 | 66 | 0 | 60 | 342 | 66 | 42 |
| Binary | 100111 | 111101 | 10000100 | 1000110 | 110110 | 0 | 110000 | 11100010 | 110110 | 100010 |
Color Harmonies of #273D84
Complementary color
Monochromatic Colors of #273D84
Black with #273D84
Text Example
Text Example
White with #273D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D84; }
p { color: rgb(39,61,132); }
H1.HeaderClassName
{
color: #273D84;
}
.AnyTagClassName
{
color: #273D84;
}
</style>
background-color css
<style>
a { background-color: #273D84; }
a { background-color: rgb(39,61,132); }
div.DivClassName
{
background-color: #273D84;
}
.BgClassName
{
background-color: #273D84;
}
</style>
border-color css
<style>
span { border-color: #273D84; }
span { border-color: rgb(39,61,132); }
td.TdClassName
{
border-color: #273D84;
}
.TagClassName
{
border-color: #273D84;
}
</style>