Shades of Resolution Blue #263A75
Tints of Resolution Blue #263A75
RGB
CMYK
RGB Variations
Color information
#263A75 (or 0x263A75) is known color: Resolution Blue. HEX triplet: 26, 3A and 75. RGB value is (38,58,117). Sum of RGB (Red+Green+Blue) = 38+58+117=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #263A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A75 is #D9C58A. Grayscale: #3A3A3A. Windows color (decimal): -14271883 or 7682598. OLE color: 7682598.
HSL color Cylindrical-coordinate representation of color #263A75: hue angle of 224.81º 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 #263A75 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 58 | 117 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.54 |
| HSL | 224.81º | 0.51% | 0.3% | - |
| HSV(B) | 224.81º | 0.68% | 0.46% | - |
| XYZ | 5.52 | 4.72 | 17.45 | - |
| YUV | 58.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 117 | 0.68 | 0.50 | 0 | 0.54 | 224.81 | 0.51 | 0.3 |
| Hex | 26 | 3A | 75 | 44 | 32 | 0 | 36 | E1 | 33 | 1E |
| Octal | 46 | 72 | 165 | 104 | 62 | 0 | 66 | 341 | 63 | 36 |
| Binary | 100110 | 111010 | 1110101 | 1000100 | 110010 | 0 | 110110 | 11100001 | 110011 | 11110 |
Color Harmonies of #263A75
Complementary color
Monochromatic Colors of #263A75
Black with #263A75
Text Example
Text Example
White with #263A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A75; }
p { color: rgb(38,58,117); }
H1.HeaderClassName
{
color: #263A75;
}
.AnyTagClassName
{
color: #263A75;
}
</style>
background-color css
<style>
a { background-color: #263A75; }
a { background-color: rgb(38,58,117); }
div.DivClassName
{
background-color: #263A75;
}
.BgClassName
{
background-color: #263A75;
}
</style>
border-color css
<style>
span { border-color: #263A75; }
span { border-color: rgb(38,58,117); }
td.TdClassName
{
border-color: #263A75;
}
.TagClassName
{
border-color: #263A75;
}
</style>