Shades of Resolution Blue #263D7C
Tints of Resolution Blue #263D7C
RGB
CMYK
RGB Variations
Color information
#263D7C (or 0x263D7C) is known color: Resolution Blue. HEX triplet: 26, 3D and 7C. RGB value is (38,61,124). Sum of RGB (Red+Green+Blue) = 38+61+124=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #263D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D7C is #D9C283. Grayscale: #3D3D3D. Windows color (decimal): -14271108 or 8142118. OLE color: 8142118.
HSL color Cylindrical-coordinate representation of color #263D7C: hue angle of 223.95º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #263D7C is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 61 | 124 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.51 |
| HSL | 223.95º | 0.53% | 0.32% | - |
| HSV(B) | 223.95º | 0.69% | 0.49% | - |
| XYZ | 6.11 | 5.2 | 19.75 | - |
| YUV | 61.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 124 | 0.69 | 0.51 | 0 | 0.51 | 223.95 | 0.53 | 0.32 |
| Hex | 26 | 3D | 7C | 45 | 33 | 0 | 33 | E0 | 35 | 20 |
| Octal | 46 | 75 | 174 | 105 | 63 | 0 | 63 | 340 | 65 | 40 |
| Binary | 100110 | 111101 | 1111100 | 1000101 | 110011 | 0 | 110011 | 11100000 | 110101 | 100000 |
Color Harmonies of #263D7C
Complementary color
Monochromatic Colors of #263D7C
Black with #263D7C
Text Example
Text Example
White with #263D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D7C; }
p { color: rgb(38,61,124); }
H1.HeaderClassName
{
color: #263D7C;
}
.AnyTagClassName
{
color: #263D7C;
}
</style>
background-color css
<style>
a { background-color: #263D7C; }
a { background-color: rgb(38,61,124); }
div.DivClassName
{
background-color: #263D7C;
}
.BgClassName
{
background-color: #263D7C;
}
</style>
border-color css
<style>
span { border-color: #263D7C; }
span { border-color: rgb(38,61,124); }
td.TdClassName
{
border-color: #263D7C;
}
.TagClassName
{
border-color: #263D7C;
}
</style>