Shades of Resolution Blue #26338F
Tints of Resolution Blue #26338F
RGB
CMYK
RGB Variations
Color information
#26338F (or 0x26338F) is known color: Resolution Blue. HEX triplet: 26, 33 and 8F. RGB value is (38,51,143). Sum of RGB (Red+Green+Blue) = 38+51+143=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #26338F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26338F is #D9CC70. Grayscale: #393939. Windows color (decimal): -14273649 or 9384742. OLE color: 9384742.
HSL color Cylindrical-coordinate representation of color #26338F: hue angle of 232.57º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26338F is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 51 | 143 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.44 |
| HSL | 232.57º | 0.58% | 0.35% | - |
| HSV(B) | 232.57º | 0.73% | 0.56% | - |
| XYZ | 6.94 | 4.76 | 26.54 | - |
| YUV | 57.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 143 | 0.73 | 0.64 | 0 | 0.44 | 232.57 | 0.58 | 0.35 |
| Hex | 26 | 33 | 8F | 49 | 40 | 0 | 2C | E9 | 3A | 23 |
| Octal | 46 | 63 | 217 | 111 | 100 | 0 | 54 | 351 | 72 | 43 |
| Binary | 100110 | 110011 | 10001111 | 1001001 | 1000000 | 0 | 101100 | 11101001 | 111010 | 100011 |
Color Harmonies of #26338F
Complementary color
Monochromatic Colors of #26338F
Black with #26338F
Text Example
Text Example
White with #26338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26338F; }
p { color: rgb(38,51,143); }
H1.HeaderClassName
{
color: #26338F;
}
.AnyTagClassName
{
color: #26338F;
}
</style>
background-color css
<style>
a { background-color: #26338F; }
a { background-color: rgb(38,51,143); }
div.DivClassName
{
background-color: #26338F;
}
.BgClassName
{
background-color: #26338F;
}
</style>
border-color css
<style>
span { border-color: #26338F; }
span { border-color: rgb(38,51,143); }
td.TdClassName
{
border-color: #26338F;
}
.TagClassName
{
border-color: #26338F;
}
</style>