Shades of Resolution Blue #273F7B
Tints of Resolution Blue #273F7B
RGB
CMYK
RGB Variations
Color information
#273F7B (or 0x273F7B) is known color: Resolution Blue. HEX triplet: 27, 3F and 7B. RGB value is (39,63,123). Sum of RGB (Red+Green+Blue) = 39+63+123=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #273F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F7B is #D8C084. Grayscale: #3E3E3E. Windows color (decimal): -14205061 or 8077095. OLE color: 8077095.
HSL color Cylindrical-coordinate representation of color #273F7B: hue angle of 222.86º 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 #273F7B is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 63 | 123 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.52 |
| HSL | 222.86º | 0.52% | 0.32% | - |
| HSV(B) | 222.86º | 0.68% | 0.48% | - |
| XYZ | 6.19 | 5.42 | 19.46 | - |
| YUV | 62.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 123 | 0.68 | 0.49 | 0 | 0.52 | 222.86 | 0.52 | 0.32 |
| Hex | 27 | 3F | 7B | 44 | 31 | 0 | 34 | DF | 34 | 20 |
| Octal | 47 | 77 | 173 | 104 | 61 | 0 | 64 | 337 | 64 | 40 |
| Binary | 100111 | 111111 | 1111011 | 1000100 | 110001 | 0 | 110100 | 11011111 | 110100 | 100000 |
Color Harmonies of #273F7B
Complementary color
Monochromatic Colors of #273F7B
Black with #273F7B
Text Example
Text Example
White with #273F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F7B; }
p { color: rgb(39,63,123); }
H1.HeaderClassName
{
color: #273F7B;
}
.AnyTagClassName
{
color: #273F7B;
}
</style>
background-color css
<style>
a { background-color: #273F7B; }
a { background-color: rgb(39,63,123); }
div.DivClassName
{
background-color: #273F7B;
}
.BgClassName
{
background-color: #273F7B;
}
</style>
border-color css
<style>
span { border-color: #273F7B; }
span { border-color: rgb(39,63,123); }
td.TdClassName
{
border-color: #273F7B;
}
.TagClassName
{
border-color: #273F7B;
}
</style>