Shades of Resolution Blue #263C8B
Tints of Resolution Blue #263C8B
RGB
CMYK
RGB Variations
Color information
#263C8B (or 0x263C8B) is known color: Resolution Blue. HEX triplet: 26, 3C and 8B. RGB value is (38,60,139). Sum of RGB (Red+Green+Blue) = 38+60+139=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #263C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C8B is #D9C374. Grayscale: #3E3E3E. Windows color (decimal): -14271349 or 9124902. OLE color: 9124902.
HSL color Cylindrical-coordinate representation of color #263C8B: hue angle of 226.93º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #263C8B is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 60 | 139 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.45 |
| HSL | 226.93º | 0.57% | 0.35% | - |
| HSV(B) | 226.93º | 0.73% | 0.55% | - |
| XYZ | 7.08 | 5.51 | 25.12 | - |
| YUV | 62.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 139 | 0.73 | 0.57 | 0 | 0.45 | 226.93 | 0.57 | 0.35 |
| Hex | 26 | 3C | 8B | 49 | 39 | 0 | 2D | E3 | 39 | 23 |
| Octal | 46 | 74 | 213 | 111 | 71 | 0 | 55 | 343 | 71 | 43 |
| Binary | 100110 | 111100 | 10001011 | 1001001 | 111001 | 0 | 101101 | 11100011 | 111001 | 100011 |
Color Harmonies of #263C8B
Complementary color
Monochromatic Colors of #263C8B
Black with #263C8B
Text Example
Text Example
White with #263C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C8B; }
p { color: rgb(38,60,139); }
H1.HeaderClassName
{
color: #263C8B;
}
.AnyTagClassName
{
color: #263C8B;
}
</style>
background-color css
<style>
a { background-color: #263C8B; }
a { background-color: rgb(38,60,139); }
div.DivClassName
{
background-color: #263C8B;
}
.BgClassName
{
background-color: #263C8B;
}
</style>
border-color css
<style>
span { border-color: #263C8B; }
span { border-color: rgb(38,60,139); }
td.TdClassName
{
border-color: #263C8B;
}
.TagClassName
{
border-color: #263C8B;
}
</style>