Shades of Resolution Blue #26368B
Tints of Resolution Blue #26368B
RGB
CMYK
RGB Variations
Color information
#26368B (or 0x26368B) is known color: Resolution Blue. HEX triplet: 26, 36 and 8B. RGB value is (38,54,139). Sum of RGB (Red+Green+Blue) = 38+54+139=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #26368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26368B is #D9C974. Grayscale: #3A3A3A. Windows color (decimal): -14272885 or 9123366. OLE color: 9123366.
HSL color Cylindrical-coordinate representation of color #26368B: hue angle of 230.5º degrees, saturation: 0.57, 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 #26368B is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 54 | 139 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.45 |
| HSL | 230.5º | 0.57% | 0.35% | - |
| HSV(B) | 230.5º | 0.73% | 0.55% | - |
| XYZ | 6.78 | 4.91 | 25.02 | - |
| YUV | 58.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 139 | 0.73 | 0.61 | 0 | 0.45 | 230.5 | 0.57 | 0.35 |
| Hex | 26 | 36 | 8B | 49 | 3D | 0 | 2D | E6 | 39 | 23 |
| Octal | 46 | 66 | 213 | 111 | 75 | 0 | 55 | 346 | 71 | 43 |
| Binary | 100110 | 110110 | 10001011 | 1001001 | 111101 | 0 | 101101 | 11100110 | 111001 | 100011 |
Color Harmonies of #26368B
Complementary color
Monochromatic Colors of #26368B
Black with #26368B
Text Example
Text Example
White with #26368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26368B; }
p { color: rgb(38,54,139); }
H1.HeaderClassName
{
color: #26368B;
}
.AnyTagClassName
{
color: #26368B;
}
</style>
background-color css
<style>
a { background-color: #26368B; }
a { background-color: rgb(38,54,139); }
div.DivClassName
{
background-color: #26368B;
}
.BgClassName
{
background-color: #26368B;
}
</style>
border-color css
<style>
span { border-color: #26368B; }
span { border-color: rgb(38,54,139); }
td.TdClassName
{
border-color: #26368B;
}
.TagClassName
{
border-color: #26368B;
}
</style>