Shades of Resolution Blue #263C78
Tints of Resolution Blue #263C78
RGB
CMYK
RGB Variations
Color information
#263C78 (or 0x263C78) is known color: Resolution Blue. HEX triplet: 26, 3C and 78. RGB value is (38,60,120). Sum of RGB (Red+Green+Blue) = 38+60+120=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #263C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C78 is #D9C387. Grayscale: #3C3C3C. Windows color (decimal): -14271368 or 7879718. OLE color: 7879718.
HSL color Cylindrical-coordinate representation of color #263C78: hue angle of 223.9º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263C78 is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 60 | 120 | - |
| CMYK | 0.68 | 0.5 | 0 | 0.53 |
| HSL | 223.9º | 0.52% | 0.31% | - |
| HSV(B) | 223.9º | 0.68% | 0.47% | - |
| XYZ | 5.81 | 5 | 18.43 | - |
| YUV | 60.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 120 | 0.68 | 0.5 | 0 | 0.53 | 223.9 | 0.52 | 0.31 |
| Hex | 26 | 3C | 78 | 44 | 32 | 0 | 35 | E0 | 34 | 1F |
| Octal | 46 | 74 | 170 | 104 | 62 | 0 | 65 | 340 | 64 | 37 |
| Binary | 100110 | 111100 | 1111000 | 1000100 | 110010 | 0 | 110101 | 11100000 | 110100 | 11111 |
Color Harmonies of #263C78
Complementary color
Monochromatic Colors of #263C78
Black with #263C78
Text Example
Text Example
White with #263C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C78; }
p { color: rgb(38,60,120); }
H1.HeaderClassName
{
color: #263C78;
}
.AnyTagClassName
{
color: #263C78;
}
</style>
background-color css
<style>
a { background-color: #263C78; }
a { background-color: rgb(38,60,120); }
div.DivClassName
{
background-color: #263C78;
}
.BgClassName
{
background-color: #263C78;
}
</style>
border-color css
<style>
span { border-color: #263C78; }
span { border-color: rgb(38,60,120); }
td.TdClassName
{
border-color: #263C78;
}
.TagClassName
{
border-color: #263C78;
}
</style>