Shades of Resolution Blue #263C72
Tints of Resolution Blue #263C72
RGB
CMYK
RGB Variations
Color information
#263C72 (or 0x263C72) is known color: Resolution Blue. HEX triplet: 26, 3C and 72. RGB value is (38,60,114). Sum of RGB (Red+Green+Blue) = 38+60+114=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #263C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C72 is #D9C38D. Grayscale: #3B3B3B. Windows color (decimal): -14271374 or 7486502. OLE color: 7486502.
HSL color Cylindrical-coordinate representation of color #263C72: hue angle of 222.63º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263C72 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 60 | 114 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.55 |
| HSL | 222.63º | 0.5% | 0.3% | - |
| HSV(B) | 222.63º | 0.67% | 0.45% | - |
| XYZ | 5.45 | 4.86 | 16.57 | - |
| YUV | 59.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 114 | 0.67 | 0.47 | 0 | 0.55 | 222.63 | 0.5 | 0.3 |
| Hex | 26 | 3C | 72 | 43 | 2F | 0 | 37 | DF | 32 | 1E |
| Octal | 46 | 74 | 162 | 103 | 57 | 0 | 67 | 337 | 62 | 36 |
| Binary | 100110 | 111100 | 1110010 | 1000011 | 101111 | 0 | 110111 | 11011111 | 110010 | 11110 |
Color Harmonies of #263C72
Complementary color
Monochromatic Colors of #263C72
Black with #263C72
Text Example
Text Example
White with #263C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C72; }
p { color: rgb(38,60,114); }
H1.HeaderClassName
{
color: #263C72;
}
.AnyTagClassName
{
color: #263C72;
}
</style>
background-color css
<style>
a { background-color: #263C72; }
a { background-color: rgb(38,60,114); }
div.DivClassName
{
background-color: #263C72;
}
.BgClassName
{
background-color: #263C72;
}
</style>
border-color css
<style>
span { border-color: #263C72; }
span { border-color: rgb(38,60,114); }
td.TdClassName
{
border-color: #263C72;
}
.TagClassName
{
border-color: #263C72;
}
</style>