Shades of Resolution Blue #263477
Tints of Resolution Blue #263477
RGB
CMYK
RGB Variations
Color information
#263477 (or 0x263477) is known color: Resolution Blue. HEX triplet: 26, 34 and 77. RGB value is (38,52,119). Sum of RGB (Red+Green+Blue) = 38+52+119=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #263477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263477 is #D9CB88. Grayscale: #373737. Windows color (decimal): -14273417 or 7812134. OLE color: 7812134.
HSL color Cylindrical-coordinate representation of color #263477: hue angle of 229.63º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263477 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 52 | 119 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.53 |
| HSL | 229.63º | 0.52% | 0.31% | - |
| HSV(B) | 229.63º | 0.68% | 0.47% | - |
| XYZ | 5.36 | 4.2 | 17.98 | - |
| YUV | 55.45 | 163.86 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 119 | 0.68 | 0.56 | 0 | 0.53 | 229.63 | 0.52 | 0.31 |
| Hex | 26 | 34 | 77 | 44 | 38 | 0 | 35 | E6 | 34 | 1F |
| Octal | 46 | 64 | 167 | 104 | 70 | 0 | 65 | 346 | 64 | 37 |
| Binary | 100110 | 110100 | 1110111 | 1000100 | 111000 | 0 | 110101 | 11100110 | 110100 | 11111 |
Color Harmonies of #263477
Complementary color
Monochromatic Colors of #263477
Black with #263477
Text Example
Text Example
White with #263477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263477; }
p { color: rgb(38,52,119); }
H1.HeaderClassName
{
color: #263477;
}
.AnyTagClassName
{
color: #263477;
}
</style>
background-color css
<style>
a { background-color: #263477; }
a { background-color: rgb(38,52,119); }
div.DivClassName
{
background-color: #263477;
}
.BgClassName
{
background-color: #263477;
}
</style>
border-color css
<style>
span { border-color: #263477; }
span { border-color: rgb(38,52,119); }
td.TdClassName
{
border-color: #263477;
}
.TagClassName
{
border-color: #263477;
}
</style>