Shades of Resolution Blue #263A8A
Tints of Resolution Blue #263A8A
RGB
CMYK
RGB Variations
Color information
#263A8A (or 0x263A8A) is known color: Resolution Blue. HEX triplet: 26, 3A and 8A. RGB value is (38,58,138). Sum of RGB (Red+Green+Blue) = 38+58+138=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #263A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A8A is #D9C575. Grayscale: #3C3C3C. Windows color (decimal): -14271862 or 9058854. OLE color: 9058854.
HSL color Cylindrical-coordinate representation of color #263A8A: hue angle of 228º 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 #263A8A is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 58 | 138 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.46 |
| HSL | 228º | 0.57% | 0.35% | - |
| HSV(B) | 228º | 0.72% | 0.54% | - |
| XYZ | 6.9 | 5.27 | 24.7 | - |
| YUV | 61.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 138 | 0.72 | 0.58 | 0 | 0.46 | 228 | 0.57 | 0.35 |
| Hex | 26 | 3A | 8A | 48 | 3A | 0 | 2E | E4 | 39 | 23 |
| Octal | 46 | 72 | 212 | 110 | 72 | 0 | 56 | 344 | 71 | 43 |
| Binary | 100110 | 111010 | 10001010 | 1001000 | 111010 | 0 | 101110 | 11100100 | 111001 | 100011 |
Color Harmonies of #263A8A
Complementary color
Monochromatic Colors of #263A8A
Black with #263A8A
Text Example
Text Example
White with #263A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A8A; }
p { color: rgb(38,58,138); }
H1.HeaderClassName
{
color: #263A8A;
}
.AnyTagClassName
{
color: #263A8A;
}
</style>
background-color css
<style>
a { background-color: #263A8A; }
a { background-color: rgb(38,58,138); }
div.DivClassName
{
background-color: #263A8A;
}
.BgClassName
{
background-color: #263A8A;
}
</style>
border-color css
<style>
span { border-color: #263A8A; }
span { border-color: rgb(38,58,138); }
td.TdClassName
{
border-color: #263A8A;
}
.TagClassName
{
border-color: #263A8A;
}
</style>