Shades of Resolution Blue #26337B
Tints of Resolution Blue #26337B
RGB
CMYK
RGB Variations
Color information
#26337B (or 0x26337B) is known color: Resolution Blue. HEX triplet: 26, 33 and 7B. RGB value is (38,51,123). Sum of RGB (Red+Green+Blue) = 38+51+123=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #26337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26337B is #D9CC84. Grayscale: #373737. Windows color (decimal): -14273669 or 8074022. OLE color: 8074022.
HSL color Cylindrical-coordinate representation of color #26337B: hue angle of 230.82º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26337B is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 51 | 123 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.52 |
| HSL | 230.82º | 0.53% | 0.32% | - |
| HSV(B) | 230.82º | 0.69% | 0.48% | - |
| XYZ | 5.56 | 4.21 | 19.26 | - |
| YUV | 55.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 123 | 0.69 | 0.59 | 0 | 0.52 | 230.82 | 0.53 | 0.32 |
| Hex | 26 | 33 | 7B | 45 | 3B | 0 | 34 | E7 | 35 | 20 |
| Octal | 46 | 63 | 173 | 105 | 73 | 0 | 64 | 347 | 65 | 40 |
| Binary | 100110 | 110011 | 1111011 | 1000101 | 111011 | 0 | 110100 | 11100111 | 110101 | 100000 |
Color Harmonies of #26337B
Complementary color
Monochromatic Colors of #26337B
Black with #26337B
Text Example
Text Example
White with #26337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26337B; }
p { color: rgb(38,51,123); }
H1.HeaderClassName
{
color: #26337B;
}
.AnyTagClassName
{
color: #26337B;
}
</style>
background-color css
<style>
a { background-color: #26337B; }
a { background-color: rgb(38,51,123); }
div.DivClassName
{
background-color: #26337B;
}
.BgClassName
{
background-color: #26337B;
}
</style>
border-color css
<style>
span { border-color: #26337B; }
span { border-color: rgb(38,51,123); }
td.TdClassName
{
border-color: #26337B;
}
.TagClassName
{
border-color: #26337B;
}
</style>