Shades of Resolution Blue #26406F
Tints of Resolution Blue #26406F
RGB
CMYK
RGB Variations
Color information
#26406F (or 0x26406F) is known color: Resolution Blue. HEX triplet: 26, 40 and 6F. RGB value is (38,64,111). Sum of RGB (Red+Green+Blue) = 38+64+111=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #26406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26406F is #D9BF90. Grayscale: #3D3D3D. Windows color (decimal): -14270353 or 7290918. OLE color: 7290918.
HSL color Cylindrical-coordinate representation of color #26406F: hue angle of 218.63º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26406F is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 64 | 111 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.56 |
| HSL | 218.63º | 0.49% | 0.29% | - |
| HSV(B) | 218.63º | 0.66% | 0.44% | - |
| XYZ | 5.5 | 5.23 | 15.76 | - |
| YUV | 61.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 111 | 0.66 | 0.42 | 0 | 0.56 | 218.63 | 0.49 | 0.29 |
| Hex | 26 | 40 | 6F | 42 | 2A | 0 | 38 | DB | 31 | 1D |
| Octal | 46 | 100 | 157 | 102 | 52 | 0 | 70 | 333 | 61 | 35 |
| Binary | 100110 | 1000000 | 1101111 | 1000010 | 101010 | 0 | 111000 | 11011011 | 110001 | 11101 |
Color Harmonies of #26406F
Complementary color
Monochromatic Colors of #26406F
Black with #26406F
Text Example
Text Example
White with #26406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26406F; }
p { color: rgb(38,64,111); }
H1.HeaderClassName
{
color: #26406F;
}
.AnyTagClassName
{
color: #26406F;
}
</style>
background-color css
<style>
a { background-color: #26406F; }
a { background-color: rgb(38,64,111); }
div.DivClassName
{
background-color: #26406F;
}
.BgClassName
{
background-color: #26406F;
}
</style>
border-color css
<style>
span { border-color: #26406F; }
span { border-color: rgb(38,64,111); }
td.TdClassName
{
border-color: #26406F;
}
.TagClassName
{
border-color: #26406F;
}
</style>