Shades of Resolution Blue #263A7C
Tints of Resolution Blue #263A7C
RGB
CMYK
RGB Variations
Color information
#263A7C (or 0x263A7C) is known color: Resolution Blue. HEX triplet: 26, 3A and 7C. RGB value is (38,58,124). Sum of RGB (Red+Green+Blue) = 38+58+124=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #263A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A7C is #D9C583. Grayscale: #3B3B3B. Windows color (decimal): -14271876 or 8141350. OLE color: 8141350.
HSL color Cylindrical-coordinate representation of color #263A7C: hue angle of 226.05º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #263A7C is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 58 | 124 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.51 |
| HSL | 226.05º | 0.53% | 0.32% | - |
| HSV(B) | 226.05º | 0.69% | 0.49% | - |
| XYZ | 5.95 | 4.89 | 19.7 | - |
| YUV | 59.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 124 | 0.69 | 0.53 | 0 | 0.51 | 226.05 | 0.53 | 0.32 |
| Hex | 26 | 3A | 7C | 45 | 35 | 0 | 33 | E2 | 35 | 20 |
| Octal | 46 | 72 | 174 | 105 | 65 | 0 | 63 | 342 | 65 | 40 |
| Binary | 100110 | 111010 | 1111100 | 1000101 | 110101 | 0 | 110011 | 11100010 | 110101 | 100000 |
Color Harmonies of #263A7C
Complementary color
Monochromatic Colors of #263A7C
Black with #263A7C
Text Example
Text Example
White with #263A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A7C; }
p { color: rgb(38,58,124); }
H1.HeaderClassName
{
color: #263A7C;
}
.AnyTagClassName
{
color: #263A7C;
}
</style>
background-color css
<style>
a { background-color: #263A7C; }
a { background-color: rgb(38,58,124); }
div.DivClassName
{
background-color: #263A7C;
}
.BgClassName
{
background-color: #263A7C;
}
</style>
border-color css
<style>
span { border-color: #263A7C; }
span { border-color: rgb(38,58,124); }
td.TdClassName
{
border-color: #263A7C;
}
.TagClassName
{
border-color: #263A7C;
}
</style>