Shades of Resolution Blue #263378
Tints of Resolution Blue #263378
RGB
CMYK
RGB Variations
Color information
#263378 (or 0x263378) is known color: Resolution Blue. HEX triplet: 26, 33 and 78. RGB value is (38,51,120). Sum of RGB (Red+Green+Blue) = 38+51+120=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #263378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263378 is #D9CC87. Grayscale: #363636. Windows color (decimal): -14273672 or 7877414. OLE color: 7877414.
HSL color Cylindrical-coordinate representation of color #263378: hue angle of 230.49º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263378 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 51 | 120 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.53 |
| HSL | 230.49º | 0.52% | 0.31% | - |
| HSV(B) | 230.49º | 0.68% | 0.47% | - |
| XYZ | 5.37 | 4.14 | 18.28 | - |
| YUV | 54.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 120 | 0.68 | 0.58 | 0 | 0.53 | 230.49 | 0.52 | 0.31 |
| Hex | 26 | 33 | 78 | 44 | 3A | 0 | 35 | E6 | 34 | 1F |
| Octal | 46 | 63 | 170 | 104 | 72 | 0 | 65 | 346 | 64 | 37 |
| Binary | 100110 | 110011 | 1111000 | 1000100 | 111010 | 0 | 110101 | 11100110 | 110100 | 11111 |
Color Harmonies of #263378
Complementary color
Monochromatic Colors of #263378
Black with #263378
Text Example
Text Example
White with #263378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263378; }
p { color: rgb(38,51,120); }
H1.HeaderClassName
{
color: #263378;
}
.AnyTagClassName
{
color: #263378;
}
</style>
background-color css
<style>
a { background-color: #263378; }
a { background-color: rgb(38,51,120); }
div.DivClassName
{
background-color: #263378;
}
.BgClassName
{
background-color: #263378;
}
</style>
border-color css
<style>
span { border-color: #263378; }
span { border-color: rgb(38,51,120); }
td.TdClassName
{
border-color: #263378;
}
.TagClassName
{
border-color: #263378;
}
</style>