Shades of Resolution Blue #273F7A
Tints of Resolution Blue #273F7A
RGB
CMYK
RGB Variations
Color information
#273F7A (or 0x273F7A) is known color: Resolution Blue. HEX triplet: 27, 3F and 7A. RGB value is (39,63,122). Sum of RGB (Red+Green+Blue) = 39+63+122=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #273F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F7A is #D8C085. Grayscale: #3E3E3E. Windows color (decimal): -14205062 or 8011559. OLE color: 8011559.
HSL color Cylindrical-coordinate representation of color #273F7A: hue angle of 222.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273F7A is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 63 | 122 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.52 |
| HSL | 222.65º | 0.52% | 0.32% | - |
| HSV(B) | 222.65º | 0.68% | 0.48% | - |
| XYZ | 6.13 | 5.39 | 19.13 | - |
| YUV | 62.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 122 | 0.68 | 0.48 | 0 | 0.52 | 222.65 | 0.52 | 0.32 |
| Hex | 27 | 3F | 7A | 44 | 30 | 0 | 34 | DF | 34 | 20 |
| Octal | 47 | 77 | 172 | 104 | 60 | 0 | 64 | 337 | 64 | 40 |
| Binary | 100111 | 111111 | 1111010 | 1000100 | 110000 | 0 | 110100 | 11011111 | 110100 | 100000 |
Color Harmonies of #273F7A
Complementary color
Monochromatic Colors of #273F7A
Black with #273F7A
Text Example
Text Example
White with #273F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F7A; }
p { color: rgb(39,63,122); }
H1.HeaderClassName
{
color: #273F7A;
}
.AnyTagClassName
{
color: #273F7A;
}
</style>
background-color css
<style>
a { background-color: #273F7A; }
a { background-color: rgb(39,63,122); }
div.DivClassName
{
background-color: #273F7A;
}
.BgClassName
{
background-color: #273F7A;
}
</style>
border-color css
<style>
span { border-color: #273F7A; }
span { border-color: rgb(39,63,122); }
td.TdClassName
{
border-color: #273F7A;
}
.TagClassName
{
border-color: #273F7A;
}
</style>