Shades of Resolution Blue #26327D
Tints of Resolution Blue #26327D
RGB
CMYK
RGB Variations
Color information
#26327D (or 0x26327D) is known color: Resolution Blue. HEX triplet: 26, 32 and 7D. RGB value is (38,50,125). Sum of RGB (Red+Green+Blue) = 38+50+125=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #26327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26327D is #D9CD82. Grayscale: #363636. Windows color (decimal): -14273923 or 8204838. OLE color: 8204838.
HSL color Cylindrical-coordinate representation of color #26327D: hue angle of 231.72º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26327D is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 50 | 125 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.51 |
| HSL | 231.72º | 0.53% | 0.32% | - |
| HSV(B) | 231.72º | 0.7% | 0.49% | - |
| XYZ | 5.64 | 4.17 | 19.91 | - |
| YUV | 54.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 125 | 0.70 | 0.60 | 0 | 0.51 | 231.72 | 0.53 | 0.32 |
| Hex | 26 | 32 | 7D | 46 | 3C | 0 | 33 | E8 | 35 | 20 |
| Octal | 46 | 62 | 175 | 106 | 74 | 0 | 63 | 350 | 65 | 40 |
| Binary | 100110 | 110010 | 1111101 | 1000110 | 111100 | 0 | 110011 | 11101000 | 110101 | 100000 |
Color Harmonies of #26327D
Complementary color
Monochromatic Colors of #26327D
Black with #26327D
Text Example
Text Example
White with #26327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26327D; }
p { color: rgb(38,50,125); }
H1.HeaderClassName
{
color: #26327D;
}
.AnyTagClassName
{
color: #26327D;
}
</style>
background-color css
<style>
a { background-color: #26327D; }
a { background-color: rgb(38,50,125); }
div.DivClassName
{
background-color: #26327D;
}
.BgClassName
{
background-color: #26327D;
}
</style>
border-color css
<style>
span { border-color: #26327D; }
span { border-color: rgb(38,50,125); }
td.TdClassName
{
border-color: #26327D;
}
.TagClassName
{
border-color: #26327D;
}
</style>