Shades of Resolution Blue #263C7D
Tints of Resolution Blue #263C7D
RGB
CMYK
RGB Variations
Color information
#263C7D (or 0x263C7D) is known color: Resolution Blue. HEX triplet: 26, 3C and 7D. RGB value is (38,60,125). Sum of RGB (Red+Green+Blue) = 38+60+125=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #263C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C7D is #D9C382. Grayscale: #3C3C3C. Windows color (decimal): -14271363 or 8207398. OLE color: 8207398.
HSL color Cylindrical-coordinate representation of color #263C7D: hue angle of 224.83º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #263C7D is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 60 | 125 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.51 |
| HSL | 224.83º | 0.53% | 0.32% | - |
| HSV(B) | 224.83º | 0.7% | 0.49% | - |
| XYZ | 6.12 | 5.12 | 20.07 | - |
| YUV | 60.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 125 | 0.70 | 0.52 | 0 | 0.51 | 224.83 | 0.53 | 0.32 |
| Hex | 26 | 3C | 7D | 46 | 34 | 0 | 33 | E1 | 35 | 20 |
| Octal | 46 | 74 | 175 | 106 | 64 | 0 | 63 | 341 | 65 | 40 |
| Binary | 100110 | 111100 | 1111101 | 1000110 | 110100 | 0 | 110011 | 11100001 | 110101 | 100000 |
Color Harmonies of #263C7D
Complementary color
Monochromatic Colors of #263C7D
Black with #263C7D
Text Example
Text Example
White with #263C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C7D; }
p { color: rgb(38,60,125); }
H1.HeaderClassName
{
color: #263C7D;
}
.AnyTagClassName
{
color: #263C7D;
}
</style>
background-color css
<style>
a { background-color: #263C7D; }
a { background-color: rgb(38,60,125); }
div.DivClassName
{
background-color: #263C7D;
}
.BgClassName
{
background-color: #263C7D;
}
</style>
border-color css
<style>
span { border-color: #263C7D; }
span { border-color: rgb(38,60,125); }
td.TdClassName
{
border-color: #263C7D;
}
.TagClassName
{
border-color: #263C7D;
}
</style>