Shades of Resolution Blue #263C81
Tints of Resolution Blue #263C81
RGB
CMYK
RGB Variations
Color information
#263C81 (or 0x263C81) is known color: Resolution Blue. HEX triplet: 26, 3C and 81. RGB value is (38,60,129). Sum of RGB (Red+Green+Blue) = 38+60+129=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #263C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C81 is #D9C37E. Grayscale: #3C3C3C. Windows color (decimal): -14271359 or 8469542. OLE color: 8469542.
HSL color Cylindrical-coordinate representation of color #263C81: hue angle of 225.49º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263C81 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 60 | 129 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.49 |
| HSL | 225.49º | 0.54% | 0.33% | - |
| HSV(B) | 225.49º | 0.71% | 0.51% | - |
| XYZ | 6.38 | 5.23 | 21.44 | - |
| YUV | 61.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 129 | 0.71 | 0.53 | 0 | 0.49 | 225.49 | 0.54 | 0.33 |
| Hex | 26 | 3C | 81 | 47 | 35 | 0 | 31 | E1 | 36 | 21 |
| Octal | 46 | 74 | 201 | 107 | 65 | 0 | 61 | 341 | 66 | 41 |
| Binary | 100110 | 111100 | 10000001 | 1000111 | 110101 | 0 | 110001 | 11100001 | 110110 | 100001 |
Color Harmonies of #263C81
Complementary color
Monochromatic Colors of #263C81
Black with #263C81
Text Example
Text Example
White with #263C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C81; }
p { color: rgb(38,60,129); }
H1.HeaderClassName
{
color: #263C81;
}
.AnyTagClassName
{
color: #263C81;
}
</style>
background-color css
<style>
a { background-color: #263C81; }
a { background-color: rgb(38,60,129); }
div.DivClassName
{
background-color: #263C81;
}
.BgClassName
{
background-color: #263C81;
}
</style>
border-color css
<style>
span { border-color: #263C81; }
span { border-color: rgb(38,60,129); }
td.TdClassName
{
border-color: #263C81;
}
.TagClassName
{
border-color: #263C81;
}
</style>