Shades of Resolution Blue #26368D
Tints of Resolution Blue #26368D
RGB
CMYK
RGB Variations
Color information
#26368D (or 0x26368D) is known color: Resolution Blue. HEX triplet: 26, 36 and 8D. RGB value is (38,54,141). Sum of RGB (Red+Green+Blue) = 38+54+141=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #26368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26368D is #D9C972. Grayscale: #3A3A3A. Windows color (decimal): -14272883 or 9254438. OLE color: 9254438.
HSL color Cylindrical-coordinate representation of color #26368D: hue angle of 230.68º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26368D is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 54 | 141 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.45 |
| HSL | 230.68º | 0.58% | 0.35% | - |
| HSV(B) | 230.68º | 0.73% | 0.55% | - |
| XYZ | 6.93 | 4.97 | 25.79 | - |
| YUV | 59.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 141 | 0.73 | 0.62 | 0 | 0.45 | 230.68 | 0.58 | 0.35 |
| Hex | 26 | 36 | 8D | 49 | 3E | 0 | 2D | E7 | 3A | 23 |
| Octal | 46 | 66 | 215 | 111 | 76 | 0 | 55 | 347 | 72 | 43 |
| Binary | 100110 | 110110 | 10001101 | 1001001 | 111110 | 0 | 101101 | 11100111 | 111010 | 100011 |
Color Harmonies of #26368D
Complementary color
Monochromatic Colors of #26368D
Black with #26368D
Text Example
Text Example
White with #26368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26368D; }
p { color: rgb(38,54,141); }
H1.HeaderClassName
{
color: #26368D;
}
.AnyTagClassName
{
color: #26368D;
}
</style>
background-color css
<style>
a { background-color: #26368D; }
a { background-color: rgb(38,54,141); }
div.DivClassName
{
background-color: #26368D;
}
.BgClassName
{
background-color: #26368D;
}
</style>
border-color css
<style>
span { border-color: #26368D; }
span { border-color: rgb(38,54,141); }
td.TdClassName
{
border-color: #26368D;
}
.TagClassName
{
border-color: #26368D;
}
</style>