Shades of Resolution Blue #26386C
Tints of Resolution Blue #26386C
RGB
CMYK
RGB Variations
Color information
#26386C (or 0x26386C) is known color: Resolution Blue. HEX triplet: 26, 38 and 6C. RGB value is (38,56,108). Sum of RGB (Red+Green+Blue) = 38+56+108=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #26386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26386C is #D9C793. Grayscale: #383838. Windows color (decimal): -14272404 or 7092262. OLE color: 7092262.
HSL color Cylindrical-coordinate representation of color #26386C: hue angle of 224.57º 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 #26386C is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 56 | 108 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.58 |
| HSL | 224.57º | 0.48% | 0.29% | - |
| HSV(B) | 224.57º | 0.65% | 0.42% | - |
| XYZ | 4.92 | 4.32 | 14.76 | - |
| YUV | 56.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 108 | 0.65 | 0.48 | 0 | 0.58 | 224.57 | 0.48 | 0.29 |
| Hex | 26 | 38 | 6C | 41 | 30 | 0 | 3A | E1 | 30 | 1D |
| Octal | 46 | 70 | 154 | 101 | 60 | 0 | 72 | 341 | 60 | 35 |
| Binary | 100110 | 111000 | 1101100 | 1000001 | 110000 | 0 | 111010 | 11100001 | 110000 | 11101 |
Color Harmonies of #26386C
Complementary color
Monochromatic Colors of #26386C
Black with #26386C
Text Example
Text Example
White with #26386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26386C; }
p { color: rgb(38,56,108); }
H1.HeaderClassName
{
color: #26386C;
}
.AnyTagClassName
{
color: #26386C;
}
</style>
background-color css
<style>
a { background-color: #26386C; }
a { background-color: rgb(38,56,108); }
div.DivClassName
{
background-color: #26386C;
}
.BgClassName
{
background-color: #26386C;
}
</style>
border-color css
<style>
span { border-color: #26386C; }
span { border-color: rgb(38,56,108); }
td.TdClassName
{
border-color: #26386C;
}
.TagClassName
{
border-color: #26386C;
}
</style>