Shades of Resolution Blue #26346C
Tints of Resolution Blue #26346C
RGB
CMYK
RGB Variations
Color information
#26346C (or 0x26346C) is known color: Resolution Blue. HEX triplet: 26, 34 and 6C. RGB value is (38,52,108). Sum of RGB (Red+Green+Blue) = 38+52+108=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #26346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26346C is #D9CB93. Grayscale: #353535. Windows color (decimal): -14273428 or 7091238. OLE color: 7091238.
HSL color Cylindrical-coordinate representation of color #26346C: hue angle of 228º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26346C is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 52 | 108 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.58 |
| HSL | 228º | 0.48% | 0.29% | - |
| HSV(B) | 228º | 0.65% | 0.42% | - |
| XYZ | 4.73 | 3.95 | 14.7 | - |
| YUV | 54.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 108 | 0.65 | 0.52 | 0 | 0.58 | 228 | 0.48 | 0.29 |
| Hex | 26 | 34 | 6C | 41 | 34 | 0 | 3A | E4 | 30 | 1D |
| Octal | 46 | 64 | 154 | 101 | 64 | 0 | 72 | 344 | 60 | 35 |
| Binary | 100110 | 110100 | 1101100 | 1000001 | 110100 | 0 | 111010 | 11100100 | 110000 | 11101 |
Color Harmonies of #26346C
Complementary color
Monochromatic Colors of #26346C
Black with #26346C
Text Example
Text Example
White with #26346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26346C; }
p { color: rgb(38,52,108); }
H1.HeaderClassName
{
color: #26346C;
}
.AnyTagClassName
{
color: #26346C;
}
</style>
background-color css
<style>
a { background-color: #26346C; }
a { background-color: rgb(38,52,108); }
div.DivClassName
{
background-color: #26346C;
}
.BgClassName
{
background-color: #26346C;
}
</style>
border-color css
<style>
span { border-color: #26346C; }
span { border-color: rgb(38,52,108); }
td.TdClassName
{
border-color: #26346C;
}
.TagClassName
{
border-color: #26346C;
}
</style>