Shades of Resolution Blue #263A74
Tints of Resolution Blue #263A74
RGB
CMYK
RGB Variations
Color information
#263A74 (or 0x263A74) is known color: Resolution Blue. HEX triplet: 26, 3A and 74. RGB value is (38,58,116). Sum of RGB (Red+Green+Blue) = 38+58+116=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #263A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A74 is #D9C58B. Grayscale: #3A3A3A. Windows color (decimal): -14271884 or 7617062. OLE color: 7617062.
HSL color Cylindrical-coordinate representation of color #263A74: hue angle of 224.62º degrees, saturation: 0.51, 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 #263A74 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 58 | 116 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.55 |
| HSL | 224.62º | 0.51% | 0.3% | - |
| HSV(B) | 224.62º | 0.67% | 0.45% | - |
| XYZ | 5.46 | 4.7 | 17.14 | - |
| YUV | 58.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 116 | 0.67 | 0.5 | 0 | 0.55 | 224.62 | 0.51 | 0.3 |
| Hex | 26 | 3A | 74 | 43 | 32 | 0 | 37 | E1 | 33 | 1E |
| Octal | 46 | 72 | 164 | 103 | 62 | 0 | 67 | 341 | 63 | 36 |
| Binary | 100110 | 111010 | 1110100 | 1000011 | 110010 | 0 | 110111 | 11100001 | 110011 | 11110 |
Color Harmonies of #263A74
Complementary color
Monochromatic Colors of #263A74
Black with #263A74
Text Example
Text Example
White with #263A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A74; }
p { color: rgb(38,58,116); }
H1.HeaderClassName
{
color: #263A74;
}
.AnyTagClassName
{
color: #263A74;
}
</style>
background-color css
<style>
a { background-color: #263A74; }
a { background-color: rgb(38,58,116); }
div.DivClassName
{
background-color: #263A74;
}
.BgClassName
{
background-color: #263A74;
}
</style>
border-color css
<style>
span { border-color: #263A74; }
span { border-color: rgb(38,58,116); }
td.TdClassName
{
border-color: #263A74;
}
.TagClassName
{
border-color: #263A74;
}
</style>