Shades of Resolution Blue #263F74
Tints of Resolution Blue #263F74
RGB
CMYK
RGB Variations
Color information
#263F74 (or 0x263F74) is known color: Resolution Blue. HEX triplet: 26, 3F and 74. RGB value is (38,63,116). Sum of RGB (Red+Green+Blue) = 38+63+116=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #263F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F74 is #D9C08B. Grayscale: #3D3D3D. Windows color (decimal): -14270604 or 7618342. OLE color: 7618342.
HSL color Cylindrical-coordinate representation of color #263F74: hue angle of 220.77º 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 #263F74 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 63 | 116 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.55 |
| HSL | 220.77º | 0.51% | 0.3% | - |
| HSV(B) | 220.77º | 0.67% | 0.45% | - |
| XYZ | 5.73 | 5.23 | 17.23 | - |
| YUV | 61.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 116 | 0.67 | 0.46 | 0 | 0.55 | 220.77 | 0.51 | 0.3 |
| Hex | 26 | 3F | 74 | 43 | 2E | 0 | 37 | DD | 33 | 1E |
| Octal | 46 | 77 | 164 | 103 | 56 | 0 | 67 | 335 | 63 | 36 |
| Binary | 100110 | 111111 | 1110100 | 1000011 | 101110 | 0 | 110111 | 11011101 | 110011 | 11110 |
Color Harmonies of #263F74
Complementary color
Monochromatic Colors of #263F74
Black with #263F74
Text Example
Text Example
White with #263F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F74; }
p { color: rgb(38,63,116); }
H1.HeaderClassName
{
color: #263F74;
}
.AnyTagClassName
{
color: #263F74;
}
</style>
background-color css
<style>
a { background-color: #263F74; }
a { background-color: rgb(38,63,116); }
div.DivClassName
{
background-color: #263F74;
}
.BgClassName
{
background-color: #263F74;
}
</style>
border-color css
<style>
span { border-color: #263F74; }
span { border-color: rgb(38,63,116); }
td.TdClassName
{
border-color: #263F74;
}
.TagClassName
{
border-color: #263F74;
}
</style>