Shades of Resolution Blue #263C7E
Tints of Resolution Blue #263C7E
RGB
CMYK
RGB Variations
Color information
#263C7E (or 0x263C7E) is known color: Resolution Blue. HEX triplet: 26, 3C and 7E. RGB value is (38,60,126). Sum of RGB (Red+Green+Blue) = 38+60+126=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #263C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C7E is #D9C381. Grayscale: #3C3C3C. Windows color (decimal): -14271362 or 8272934. OLE color: 8272934.
HSL color Cylindrical-coordinate representation of color #263C7E: hue angle of 225º degrees, saturation: 0.54, 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 #263C7E is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 60 | 126 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.51 |
| HSL | 225º | 0.54% | 0.32% | - |
| HSV(B) | 225º | 0.7% | 0.49% | - |
| XYZ | 6.18 | 5.15 | 20.41 | - |
| YUV | 60.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 126 | 0.70 | 0.52 | 0 | 0.51 | 225 | 0.54 | 0.32 |
| Hex | 26 | 3C | 7E | 46 | 34 | 0 | 33 | E1 | 36 | 20 |
| Octal | 46 | 74 | 176 | 106 | 64 | 0 | 63 | 341 | 66 | 40 |
| Binary | 100110 | 111100 | 1111110 | 1000110 | 110100 | 0 | 110011 | 11100001 | 110110 | 100000 |
Color Harmonies of #263C7E
Complementary color
Monochromatic Colors of #263C7E
Black with #263C7E
Text Example
Text Example
White with #263C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C7E; }
p { color: rgb(38,60,126); }
H1.HeaderClassName
{
color: #263C7E;
}
.AnyTagClassName
{
color: #263C7E;
}
</style>
background-color css
<style>
a { background-color: #263C7E; }
a { background-color: rgb(38,60,126); }
div.DivClassName
{
background-color: #263C7E;
}
.BgClassName
{
background-color: #263C7E;
}
</style>
border-color css
<style>
span { border-color: #263C7E; }
span { border-color: rgb(38,60,126); }
td.TdClassName
{
border-color: #263C7E;
}
.TagClassName
{
border-color: #263C7E;
}
</style>