Shades of Resolution Blue #263C75
Tints of Resolution Blue #263C75
RGB
CMYK
RGB Variations
Color information
#263C75 (or 0x263C75) is known color: Resolution Blue. HEX triplet: 26, 3C and 75. RGB value is (38,60,117). Sum of RGB (Red+Green+Blue) = 38+60+117=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #263C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C75 is #D9C38A. Grayscale: #3B3B3B. Windows color (decimal): -14271371 or 7683110. OLE color: 7683110.
HSL color Cylindrical-coordinate representation of color #263C75: hue angle of 223.29º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263C75 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 60 | 117 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.54 |
| HSL | 223.29º | 0.51% | 0.3% | - |
| HSV(B) | 223.29º | 0.68% | 0.46% | - |
| XYZ | 5.63 | 4.93 | 17.48 | - |
| YUV | 59.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 117 | 0.68 | 0.49 | 0 | 0.54 | 223.29 | 0.51 | 0.3 |
| Hex | 26 | 3C | 75 | 44 | 31 | 0 | 36 | DF | 33 | 1E |
| Octal | 46 | 74 | 165 | 104 | 61 | 0 | 66 | 337 | 63 | 36 |
| Binary | 100110 | 111100 | 1110101 | 1000100 | 110001 | 0 | 110110 | 11011111 | 110011 | 11110 |
Color Harmonies of #263C75
Complementary color
Monochromatic Colors of #263C75
Black with #263C75
Text Example
Text Example
White with #263C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C75; }
p { color: rgb(38,60,117); }
H1.HeaderClassName
{
color: #263C75;
}
.AnyTagClassName
{
color: #263C75;
}
</style>
background-color css
<style>
a { background-color: #263C75; }
a { background-color: rgb(38,60,117); }
div.DivClassName
{
background-color: #263C75;
}
.BgClassName
{
background-color: #263C75;
}
</style>
border-color css
<style>
span { border-color: #263C75; }
span { border-color: rgb(38,60,117); }
td.TdClassName
{
border-color: #263C75;
}
.TagClassName
{
border-color: #263C75;
}
</style>