Shades of Resolution Blue #263B8A
Tints of Resolution Blue #263B8A
RGB
CMYK
RGB Variations
Color information
#263B8A (or 0x263B8A) is known color: Resolution Blue. HEX triplet: 26, 3B and 8A. RGB value is (38,59,138). Sum of RGB (Red+Green+Blue) = 38+59+138=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #263B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B8A is #D9C475. Grayscale: #3D3D3D. Windows color (decimal): -14271606 or 9059110. OLE color: 9059110.
HSL color Cylindrical-coordinate representation of color #263B8A: hue angle of 227.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263B8A is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 59 | 138 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.46 |
| HSL | 227.4º | 0.57% | 0.35% | - |
| HSV(B) | 227.4º | 0.72% | 0.54% | - |
| XYZ | 6.95 | 5.37 | 24.72 | - |
| YUV | 61.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 138 | 0.72 | 0.57 | 0 | 0.46 | 227.4 | 0.57 | 0.35 |
| Hex | 26 | 3B | 8A | 48 | 39 | 0 | 2E | E3 | 39 | 23 |
| Octal | 46 | 73 | 212 | 110 | 71 | 0 | 56 | 343 | 71 | 43 |
| Binary | 100110 | 111011 | 10001010 | 1001000 | 111001 | 0 | 101110 | 11100011 | 111001 | 100011 |
Color Harmonies of #263B8A
Complementary color
Monochromatic Colors of #263B8A
Black with #263B8A
Text Example
Text Example
White with #263B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B8A; }
p { color: rgb(38,59,138); }
H1.HeaderClassName
{
color: #263B8A;
}
.AnyTagClassName
{
color: #263B8A;
}
</style>
background-color css
<style>
a { background-color: #263B8A; }
a { background-color: rgb(38,59,138); }
div.DivClassName
{
background-color: #263B8A;
}
.BgClassName
{
background-color: #263B8A;
}
</style>
border-color css
<style>
span { border-color: #263B8A; }
span { border-color: rgb(38,59,138); }
td.TdClassName
{
border-color: #263B8A;
}
.TagClassName
{
border-color: #263B8A;
}
</style>