Shades of Resolution Blue #26437A
Tints of Resolution Blue #26437A
RGB
CMYK
RGB Variations
Color information
#26437A (or 0x26437A) is known color: Resolution Blue. HEX triplet: 26, 43 and 7A. RGB value is (38,67,122). Sum of RGB (Red+Green+Blue) = 38+67+122=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #26437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26437A is #D9BC85. Grayscale: #404040. Windows color (decimal): -14269574 or 8012582. OLE color: 8012582.
HSL color Cylindrical-coordinate representation of color #26437A: hue angle of 219.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26437A is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 67 | 122 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.52 |
| HSL | 219.29º | 0.53% | 0.31% | - |
| HSV(B) | 219.29º | 0.69% | 0.48% | - |
| XYZ | 6.32 | 5.83 | 19.2 | - |
| YUV | 64.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 122 | 0.69 | 0.45 | 0 | 0.52 | 219.29 | 0.53 | 0.31 |
| Hex | 26 | 43 | 7A | 45 | 2D | 0 | 34 | DB | 34 | 1F |
| Octal | 46 | 103 | 172 | 105 | 55 | 0 | 64 | 333 | 64 | 37 |
| Binary | 100110 | 1000011 | 1111010 | 1000101 | 101101 | 0 | 110100 | 11011011 | 110100 | 11111 |
Color Harmonies of #26437A
Complementary color
Monochromatic Colors of #26437A
Black with #26437A
Text Example
Text Example
White with #26437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26437A; }
p { color: rgb(38,67,122); }
H1.HeaderClassName
{
color: #26437A;
}
.AnyTagClassName
{
color: #26437A;
}
</style>
background-color css
<style>
a { background-color: #26437A; }
a { background-color: rgb(38,67,122); }
div.DivClassName
{
background-color: #26437A;
}
.BgClassName
{
background-color: #26437A;
}
</style>
border-color css
<style>
span { border-color: #26437A; }
span { border-color: rgb(38,67,122); }
td.TdClassName
{
border-color: #26437A;
}
.TagClassName
{
border-color: #26437A;
}
</style>