Shades of Resolution Blue #273D7C
Tints of Resolution Blue #273D7C
RGB
CMYK
RGB Variations
Color information
#273D7C (or 0x273D7C) is known color: Resolution Blue. HEX triplet: 27, 3D and 7C. RGB value is (39,61,124). Sum of RGB (Red+Green+Blue) = 39+61+124=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #273D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D7C is #D8C283. Grayscale: #3D3D3D. Windows color (decimal): -14205572 or 8142119. OLE color: 8142119.
HSL color Cylindrical-coordinate representation of color #273D7C: hue angle of 224.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #273D7C is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 61 | 124 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.51 |
| HSL | 224.47º | 0.52% | 0.32% | - |
| HSV(B) | 224.47º | 0.69% | 0.49% | - |
| XYZ | 6.14 | 5.22 | 19.75 | - |
| YUV | 61.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 124 | 0.69 | 0.51 | 0 | 0.51 | 224.47 | 0.52 | 0.32 |
| Hex | 27 | 3D | 7C | 45 | 33 | 0 | 33 | E0 | 34 | 20 |
| Octal | 47 | 75 | 174 | 105 | 63 | 0 | 63 | 340 | 64 | 40 |
| Binary | 100111 | 111101 | 1111100 | 1000101 | 110011 | 0 | 110011 | 11100000 | 110100 | 100000 |
Color Harmonies of #273D7C
Complementary color
Monochromatic Colors of #273D7C
Black with #273D7C
Text Example
Text Example
White with #273D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D7C; }
p { color: rgb(39,61,124); }
H1.HeaderClassName
{
color: #273D7C;
}
.AnyTagClassName
{
color: #273D7C;
}
</style>
background-color css
<style>
a { background-color: #273D7C; }
a { background-color: rgb(39,61,124); }
div.DivClassName
{
background-color: #273D7C;
}
.BgClassName
{
background-color: #273D7C;
}
</style>
border-color css
<style>
span { border-color: #273D7C; }
span { border-color: rgb(39,61,124); }
td.TdClassName
{
border-color: #273D7C;
}
.TagClassName
{
border-color: #273D7C;
}
</style>