Shades of Resolution Blue #263A8B
Tints of Resolution Blue #263A8B
RGB
CMYK
RGB Variations
Color information
#263A8B (or 0x263A8B) is known color: Resolution Blue. HEX triplet: 26, 3A and 8B. RGB value is (38,58,139). Sum of RGB (Red+Green+Blue) = 38+58+139=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #263A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A8B is #D9C574. Grayscale: #3C3C3C. Windows color (decimal): -14271861 or 9124390. OLE color: 9124390.
HSL color Cylindrical-coordinate representation of color #263A8B: hue angle of 228.12º 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 #263A8B is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 58 | 139 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.45 |
| HSL | 228.12º | 0.57% | 0.35% | - |
| HSV(B) | 228.12º | 0.73% | 0.55% | - |
| XYZ | 6.97 | 5.3 | 25.08 | - |
| YUV | 61.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 139 | 0.73 | 0.58 | 0 | 0.45 | 228.12 | 0.57 | 0.35 |
| Hex | 26 | 3A | 8B | 49 | 3A | 0 | 2D | E4 | 39 | 23 |
| Octal | 46 | 72 | 213 | 111 | 72 | 0 | 55 | 344 | 71 | 43 |
| Binary | 100110 | 111010 | 10001011 | 1001001 | 111010 | 0 | 101101 | 11100100 | 111001 | 100011 |
Color Harmonies of #263A8B
Complementary color
Monochromatic Colors of #263A8B
Black with #263A8B
Text Example
Text Example
White with #263A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A8B; }
p { color: rgb(38,58,139); }
H1.HeaderClassName
{
color: #263A8B;
}
.AnyTagClassName
{
color: #263A8B;
}
</style>
background-color css
<style>
a { background-color: #263A8B; }
a { background-color: rgb(38,58,139); }
div.DivClassName
{
background-color: #263A8B;
}
.BgClassName
{
background-color: #263A8B;
}
</style>
border-color css
<style>
span { border-color: #263A8B; }
span { border-color: rgb(38,58,139); }
td.TdClassName
{
border-color: #263A8B;
}
.TagClassName
{
border-color: #263A8B;
}
</style>