Shades of Resolution Blue #263D76
Tints of Resolution Blue #263D76
RGB
CMYK
RGB Variations
Color information
#263D76 (or 0x263D76) is known color: Resolution Blue. HEX triplet: 26, 3D and 76. RGB value is (38,61,118). Sum of RGB (Red+Green+Blue) = 38+61+118=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #263D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D76 is #D9C289. Grayscale: #3C3C3C. Windows color (decimal): -14271114 or 7748902. OLE color: 7748902.
HSL color Cylindrical-coordinate representation of color #263D76: hue angle of 222.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263D76 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 61 | 118 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.54 |
| HSL | 222.75º | 0.51% | 0.31% | - |
| HSV(B) | 222.75º | 0.68% | 0.46% | - |
| XYZ | 5.74 | 5.06 | 17.81 | - |
| YUV | 60.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 118 | 0.68 | 0.48 | 0 | 0.54 | 222.75 | 0.51 | 0.31 |
| Hex | 26 | 3D | 76 | 44 | 30 | 0 | 36 | DF | 33 | 1F |
| Octal | 46 | 75 | 166 | 104 | 60 | 0 | 66 | 337 | 63 | 37 |
| Binary | 100110 | 111101 | 1110110 | 1000100 | 110000 | 0 | 110110 | 11011111 | 110011 | 11111 |
Color Harmonies of #263D76
Complementary color
Monochromatic Colors of #263D76
Black with #263D76
Text Example
Text Example
White with #263D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D76; }
p { color: rgb(38,61,118); }
H1.HeaderClassName
{
color: #263D76;
}
.AnyTagClassName
{
color: #263D76;
}
</style>
background-color css
<style>
a { background-color: #263D76; }
a { background-color: rgb(38,61,118); }
div.DivClassName
{
background-color: #263D76;
}
.BgClassName
{
background-color: #263D76;
}
</style>
border-color css
<style>
span { border-color: #263D76; }
span { border-color: rgb(38,61,118); }
td.TdClassName
{
border-color: #263D76;
}
.TagClassName
{
border-color: #263D76;
}
</style>