Shades of Resolution Blue #263370
Tints of Resolution Blue #263370
RGB
CMYK
RGB Variations
Color information
#263370 (or 0x263370) is known color: Resolution Blue. HEX triplet: 26, 33 and 70. RGB value is (38,51,112). Sum of RGB (Red+Green+Blue) = 38+51+112=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #263370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263370 is #D9CC8F. Grayscale: #353535. Windows color (decimal): -14273680 or 7353126. OLE color: 7353126.
HSL color Cylindrical-coordinate representation of color #263370: hue angle of 229.46º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263370 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 51 | 112 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.56 |
| HSL | 229.46º | 0.49% | 0.29% | - |
| HSV(B) | 229.46º | 0.66% | 0.44% | - |
| XYZ | 4.91 | 3.95 | 15.83 | - |
| YUV | 54.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 112 | 0.66 | 0.54 | 0 | 0.56 | 229.46 | 0.49 | 0.29 |
| Hex | 26 | 33 | 70 | 42 | 36 | 0 | 38 | E5 | 31 | 1D |
| Octal | 46 | 63 | 160 | 102 | 66 | 0 | 70 | 345 | 61 | 35 |
| Binary | 100110 | 110011 | 1110000 | 1000010 | 110110 | 0 | 111000 | 11100101 | 110001 | 11101 |
Color Harmonies of #263370
Complementary color
Monochromatic Colors of #263370
Black with #263370
Text Example
Text Example
White with #263370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263370; }
p { color: rgb(38,51,112); }
H1.HeaderClassName
{
color: #263370;
}
.AnyTagClassName
{
color: #263370;
}
</style>
background-color css
<style>
a { background-color: #263370; }
a { background-color: rgb(38,51,112); }
div.DivClassName
{
background-color: #263370;
}
.BgClassName
{
background-color: #263370;
}
</style>
border-color css
<style>
span { border-color: #263370; }
span { border-color: rgb(38,51,112); }
td.TdClassName
{
border-color: #263370;
}
.TagClassName
{
border-color: #263370;
}
</style>