Shades of Resolution Blue #26346F
Tints of Resolution Blue #26346F
RGB
CMYK
RGB Variations
Color information
#26346F (or 0x26346F) is known color: Resolution Blue. HEX triplet: 26, 34 and 6F. RGB value is (38,52,111). Sum of RGB (Red+Green+Blue) = 38+52+111=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #26346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26346F is #D9CB90. Grayscale: #363636. Windows color (decimal): -14273425 or 7287846. OLE color: 7287846.
HSL color Cylindrical-coordinate representation of color #26346F: hue angle of 228.49º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26346F is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 52 | 111 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.56 |
| HSL | 228.49º | 0.49% | 0.29% | - |
| HSV(B) | 228.49º | 0.66% | 0.44% | - |
| XYZ | 4.9 | 4.02 | 15.56 | - |
| YUV | 54.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 111 | 0.66 | 0.53 | 0 | 0.56 | 228.49 | 0.49 | 0.29 |
| Hex | 26 | 34 | 6F | 42 | 35 | 0 | 38 | E4 | 31 | 1D |
| Octal | 46 | 64 | 157 | 102 | 65 | 0 | 70 | 344 | 61 | 35 |
| Binary | 100110 | 110100 | 1101111 | 1000010 | 110101 | 0 | 111000 | 11100100 | 110001 | 11101 |
Color Harmonies of #26346F
Complementary color
Monochromatic Colors of #26346F
Black with #26346F
Text Example
Text Example
White with #26346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26346F; }
p { color: rgb(38,52,111); }
H1.HeaderClassName
{
color: #26346F;
}
.AnyTagClassName
{
color: #26346F;
}
</style>
background-color css
<style>
a { background-color: #26346F; }
a { background-color: rgb(38,52,111); }
div.DivClassName
{
background-color: #26346F;
}
.BgClassName
{
background-color: #26346F;
}
</style>
border-color css
<style>
span { border-color: #26346F; }
span { border-color: rgb(38,52,111); }
td.TdClassName
{
border-color: #26346F;
}
.TagClassName
{
border-color: #26346F;
}
</style>