Shades of Resolution Blue #263B70
Tints of Resolution Blue #263B70
RGB
CMYK
RGB Variations
Color information
#263B70 (or 0x263B70) is known color: Resolution Blue. HEX triplet: 26, 3B and 70. RGB value is (38,59,112). Sum of RGB (Red+Green+Blue) = 38+59+112=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #263B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B70 is #D9C48F. Grayscale: #3A3A3A. Windows color (decimal): -14271632 or 7355174. OLE color: 7355174.
HSL color Cylindrical-coordinate representation of color #263B70: hue angle of 222.97º 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 #263B70 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 59 | 112 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.56 |
| HSL | 222.97º | 0.49% | 0.29% | - |
| HSV(B) | 222.97º | 0.66% | 0.44% | - |
| XYZ | 5.29 | 4.71 | 15.96 | - |
| YUV | 58.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 112 | 0.66 | 0.47 | 0 | 0.56 | 222.97 | 0.49 | 0.29 |
| Hex | 26 | 3B | 70 | 42 | 2F | 0 | 38 | DF | 31 | 1D |
| Octal | 46 | 73 | 160 | 102 | 57 | 0 | 70 | 337 | 61 | 35 |
| Binary | 100110 | 111011 | 1110000 | 1000010 | 101111 | 0 | 111000 | 11011111 | 110001 | 11101 |
Color Harmonies of #263B70
Complementary color
Monochromatic Colors of #263B70
Black with #263B70
Text Example
Text Example
White with #263B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B70; }
p { color: rgb(38,59,112); }
H1.HeaderClassName
{
color: #263B70;
}
.AnyTagClassName
{
color: #263B70;
}
</style>
background-color css
<style>
a { background-color: #263B70; }
a { background-color: rgb(38,59,112); }
div.DivClassName
{
background-color: #263B70;
}
.BgClassName
{
background-color: #263B70;
}
</style>
border-color css
<style>
span { border-color: #263B70; }
span { border-color: rgb(38,59,112); }
td.TdClassName
{
border-color: #263B70;
}
.TagClassName
{
border-color: #263B70;
}
</style>