Shades of Resolution Blue #26347A
Tints of Resolution Blue #26347A
RGB
CMYK
RGB Variations
Color information
#26347A (or 0x26347A) is known color: Resolution Blue. HEX triplet: 26, 34 and 7A. RGB value is (38,52,122). Sum of RGB (Red+Green+Blue) = 38+52+122=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #26347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26347A is #D9CB85. Grayscale: #373737. Windows color (decimal): -14273414 or 8008742. OLE color: 8008742.
HSL color Cylindrical-coordinate representation of color #26347A: hue angle of 230º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26347A is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 52 | 122 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.52 |
| HSL | 230º | 0.53% | 0.31% | - |
| HSV(B) | 230º | 0.69% | 0.48% | - |
| XYZ | 5.54 | 4.27 | 18.95 | - |
| YUV | 55.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 122 | 0.69 | 0.57 | 0 | 0.52 | 230 | 0.53 | 0.31 |
| Hex | 26 | 34 | 7A | 45 | 39 | 0 | 34 | E6 | 34 | 1F |
| Octal | 46 | 64 | 172 | 105 | 71 | 0 | 64 | 346 | 64 | 37 |
| Binary | 100110 | 110100 | 1111010 | 1000101 | 111001 | 0 | 110100 | 11100110 | 110100 | 11111 |
Color Harmonies of #26347A
Complementary color
Monochromatic Colors of #26347A
Black with #26347A
Text Example
Text Example
White with #26347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26347A; }
p { color: rgb(38,52,122); }
H1.HeaderClassName
{
color: #26347A;
}
.AnyTagClassName
{
color: #26347A;
}
</style>
background-color css
<style>
a { background-color: #26347A; }
a { background-color: rgb(38,52,122); }
div.DivClassName
{
background-color: #26347A;
}
.BgClassName
{
background-color: #26347A;
}
</style>
border-color css
<style>
span { border-color: #26347A; }
span { border-color: rgb(38,52,122); }
td.TdClassName
{
border-color: #26347A;
}
.TagClassName
{
border-color: #26347A;
}
</style>