Shades of Resolution Blue #263A70
Tints of Resolution Blue #263A70
RGB
CMYK
RGB Variations
Color information
#263A70 (or 0x263A70) is known color: Resolution Blue. HEX triplet: 26, 3A and 70. RGB value is (38,58,112). Sum of RGB (Red+Green+Blue) = 38+58+112=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #263A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A70 is #D9C58F. Grayscale: #393939. Windows color (decimal): -14271888 or 7354918. OLE color: 7354918.
HSL color Cylindrical-coordinate representation of color #263A70: hue angle of 223.78º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263A70 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 58 | 112 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.56 |
| HSL | 223.78º | 0.49% | 0.29% | - |
| HSV(B) | 223.78º | 0.66% | 0.44% | - |
| XYZ | 5.24 | 4.61 | 15.94 | - |
| YUV | 58.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 112 | 0.66 | 0.48 | 0 | 0.56 | 223.78 | 0.49 | 0.29 |
| Hex | 26 | 3A | 70 | 42 | 30 | 0 | 38 | E0 | 31 | 1D |
| Octal | 46 | 72 | 160 | 102 | 60 | 0 | 70 | 340 | 61 | 35 |
| Binary | 100110 | 111010 | 1110000 | 1000010 | 110000 | 0 | 111000 | 11100000 | 110001 | 11101 |
Color Harmonies of #263A70
Complementary color
Monochromatic Colors of #263A70
Black with #263A70
Text Example
Text Example
White with #263A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A70; }
p { color: rgb(38,58,112); }
H1.HeaderClassName
{
color: #263A70;
}
.AnyTagClassName
{
color: #263A70;
}
</style>
background-color css
<style>
a { background-color: #263A70; }
a { background-color: rgb(38,58,112); }
div.DivClassName
{
background-color: #263A70;
}
.BgClassName
{
background-color: #263A70;
}
</style>
border-color css
<style>
span { border-color: #263A70; }
span { border-color: rgb(38,58,112); }
td.TdClassName
{
border-color: #263A70;
}
.TagClassName
{
border-color: #263A70;
}
</style>