Shades of Resolution Blue #263373
Tints of Resolution Blue #263373
RGB
CMYK
RGB Variations
Color information
#263373 (or 0x263373) is known color: Resolution Blue. HEX triplet: 26, 33 and 73. RGB value is (38,51,115). Sum of RGB (Red+Green+Blue) = 38+51+115=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #263373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263373 is #D9CC8C. Grayscale: #363636. Windows color (decimal): -14273677 or 7549734. OLE color: 7549734.
HSL color Cylindrical-coordinate representation of color #263373: hue angle of 229.87º 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 #263373 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 51 | 115 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.55 |
| HSL | 229.87º | 0.5% | 0.3% | - |
| HSV(B) | 229.87º | 0.67% | 0.45% | - |
| XYZ | 5.08 | 4.02 | 16.73 | - |
| YUV | 54.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 115 | 0.67 | 0.56 | 0 | 0.55 | 229.87 | 0.5 | 0.3 |
| Hex | 26 | 33 | 73 | 43 | 38 | 0 | 37 | E6 | 32 | 1E |
| Octal | 46 | 63 | 163 | 103 | 70 | 0 | 67 | 346 | 62 | 36 |
| Binary | 100110 | 110011 | 1110011 | 1000011 | 111000 | 0 | 110111 | 11100110 | 110010 | 11110 |
Color Harmonies of #263373
Complementary color
Monochromatic Colors of #263373
Black with #263373
Text Example
Text Example
White with #263373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263373; }
p { color: rgb(38,51,115); }
H1.HeaderClassName
{
color: #263373;
}
.AnyTagClassName
{
color: #263373;
}
</style>
background-color css
<style>
a { background-color: #263373; }
a { background-color: rgb(38,51,115); }
div.DivClassName
{
background-color: #263373;
}
.BgClassName
{
background-color: #263373;
}
</style>
border-color css
<style>
span { border-color: #263373; }
span { border-color: rgb(38,51,115); }
td.TdClassName
{
border-color: #263373;
}
.TagClassName
{
border-color: #263373;
}
</style>