Shades of Resolution Blue #263C71
Tints of Resolution Blue #263C71
RGB
CMYK
RGB Variations
Color information
#263C71 (or 0x263C71) is known color: Resolution Blue. HEX triplet: 26, 3C and 71. RGB value is (38,60,113). Sum of RGB (Red+Green+Blue) = 38+60+113=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #263C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C71 is #D9C38E. Grayscale: #3B3B3B. Windows color (decimal): -14271375 or 7420966. OLE color: 7420966.
HSL color Cylindrical-coordinate representation of color #263C71: hue angle of 222.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263C71 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 60 | 113 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.56 |
| HSL | 222.4º | 0.5% | 0.3% | - |
| HSV(B) | 222.4º | 0.66% | 0.44% | - |
| XYZ | 5.4 | 4.84 | 16.27 | - |
| YUV | 59.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 113 | 0.66 | 0.47 | 0 | 0.56 | 222.4 | 0.5 | 0.3 |
| Hex | 26 | 3C | 71 | 42 | 2F | 0 | 38 | DE | 32 | 1E |
| Octal | 46 | 74 | 161 | 102 | 57 | 0 | 70 | 336 | 62 | 36 |
| Binary | 100110 | 111100 | 1110001 | 1000010 | 101111 | 0 | 111000 | 11011110 | 110010 | 11110 |
Color Harmonies of #263C71
Complementary color
Monochromatic Colors of #263C71
Black with #263C71
Text Example
Text Example
White with #263C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C71; }
p { color: rgb(38,60,113); }
H1.HeaderClassName
{
color: #263C71;
}
.AnyTagClassName
{
color: #263C71;
}
</style>
background-color css
<style>
a { background-color: #263C71; }
a { background-color: rgb(38,60,113); }
div.DivClassName
{
background-color: #263C71;
}
.BgClassName
{
background-color: #263C71;
}
</style>
border-color css
<style>
span { border-color: #263C71; }
span { border-color: rgb(38,60,113); }
td.TdClassName
{
border-color: #263C71;
}
.TagClassName
{
border-color: #263C71;
}
</style>