Shades of Resolution Blue #26367B
Tints of Resolution Blue #26367B
RGB
CMYK
RGB Variations
Color information
#26367B (or 0x26367B) is known color: Resolution Blue. HEX triplet: 26, 36 and 7B. RGB value is (38,54,123). Sum of RGB (Red+Green+Blue) = 38+54+123=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #26367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26367B is #D9C984. Grayscale: #383838. Windows color (decimal): -14272901 or 8074790. OLE color: 8074790.
HSL color Cylindrical-coordinate representation of color #26367B: hue angle of 228.71º 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 #26367B is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 54 | 123 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.52 |
| HSL | 228.71º | 0.53% | 0.32% | - |
| HSV(B) | 228.71º | 0.69% | 0.48% | - |
| XYZ | 5.69 | 4.48 | 19.3 | - |
| YUV | 57.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 123 | 0.69 | 0.56 | 0 | 0.52 | 228.71 | 0.53 | 0.32 |
| Hex | 26 | 36 | 7B | 45 | 38 | 0 | 34 | E5 | 35 | 20 |
| Octal | 46 | 66 | 173 | 105 | 70 | 0 | 64 | 345 | 65 | 40 |
| Binary | 100110 | 110110 | 1111011 | 1000101 | 111000 | 0 | 110100 | 11100101 | 110101 | 100000 |
Color Harmonies of #26367B
Complementary color
Monochromatic Colors of #26367B
Black with #26367B
Text Example
Text Example
White with #26367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26367B; }
p { color: rgb(38,54,123); }
H1.HeaderClassName
{
color: #26367B;
}
.AnyTagClassName
{
color: #26367B;
}
</style>
background-color css
<style>
a { background-color: #26367B; }
a { background-color: rgb(38,54,123); }
div.DivClassName
{
background-color: #26367B;
}
.BgClassName
{
background-color: #26367B;
}
</style>
border-color css
<style>
span { border-color: #26367B; }
span { border-color: rgb(38,54,123); }
td.TdClassName
{
border-color: #26367B;
}
.TagClassName
{
border-color: #26367B;
}
</style>