Shades of Resolution Blue #26437C
Tints of Resolution Blue #26437C
RGB
CMYK
RGB Variations
Color information
#26437C (or 0x26437C) is known color: Resolution Blue. HEX triplet: 26, 43 and 7C. RGB value is (38,67,124). Sum of RGB (Red+Green+Blue) = 38+67+124=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #26437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26437C is #D9BC83. Grayscale: #404040. Windows color (decimal): -14269572 or 8143654. OLE color: 8143654.
HSL color Cylindrical-coordinate representation of color #26437C: hue angle of 219.77º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26437C is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 67 | 124 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.51 |
| HSL | 219.77º | 0.53% | 0.32% | - |
| HSV(B) | 219.77º | 0.69% | 0.49% | - |
| XYZ | 6.44 | 5.88 | 19.86 | - |
| YUV | 64.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 124 | 0.69 | 0.46 | 0 | 0.51 | 219.77 | 0.53 | 0.32 |
| Hex | 26 | 43 | 7C | 45 | 2E | 0 | 33 | DC | 35 | 20 |
| Octal | 46 | 103 | 174 | 105 | 56 | 0 | 63 | 334 | 65 | 40 |
| Binary | 100110 | 1000011 | 1111100 | 1000101 | 101110 | 0 | 110011 | 11011100 | 110101 | 100000 |
Color Harmonies of #26437C
Complementary color
Monochromatic Colors of #26437C
Black with #26437C
Text Example
Text Example
White with #26437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26437C; }
p { color: rgb(38,67,124); }
H1.HeaderClassName
{
color: #26437C;
}
.AnyTagClassName
{
color: #26437C;
}
</style>
background-color css
<style>
a { background-color: #26437C; }
a { background-color: rgb(38,67,124); }
div.DivClassName
{
background-color: #26437C;
}
.BgClassName
{
background-color: #26437C;
}
</style>
border-color css
<style>
span { border-color: #26437C; }
span { border-color: rgb(38,67,124); }
td.TdClassName
{
border-color: #26437C;
}
.TagClassName
{
border-color: #26437C;
}
</style>