Shades of Resolution Blue #264371
Tints of Resolution Blue #264371
RGB
CMYK
RGB Variations
Color information
#264371 (or 0x264371) is known color: Resolution Blue. HEX triplet: 26, 43 and 71. RGB value is (38,67,113). Sum of RGB (Red+Green+Blue) = 38+67+113=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #264371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264371 is #D9BC8E. Grayscale: #3F3F3F. Windows color (decimal): -14269583 or 7422758. OLE color: 7422758.
HSL color Cylindrical-coordinate representation of color #264371: hue angle of 216.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264371 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 67 | 113 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.56 |
| HSL | 216.8º | 0.5% | 0.3% | - |
| HSV(B) | 216.8º | 0.66% | 0.44% | - |
| XYZ | 5.79 | 5.62 | 16.4 | - |
| YUV | 63.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 113 | 0.66 | 0.41 | 0 | 0.56 | 216.8 | 0.5 | 0.3 |
| Hex | 26 | 43 | 71 | 42 | 29 | 0 | 38 | D9 | 32 | 1E |
| Octal | 46 | 103 | 161 | 102 | 51 | 0 | 70 | 331 | 62 | 36 |
| Binary | 100110 | 1000011 | 1110001 | 1000010 | 101001 | 0 | 111000 | 11011001 | 110010 | 11110 |
Color Harmonies of #264371
Complementary color
Monochromatic Colors of #264371
Black with #264371
Text Example
Text Example
White with #264371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264371; }
p { color: rgb(38,67,113); }
H1.HeaderClassName
{
color: #264371;
}
.AnyTagClassName
{
color: #264371;
}
</style>
background-color css
<style>
a { background-color: #264371; }
a { background-color: rgb(38,67,113); }
div.DivClassName
{
background-color: #264371;
}
.BgClassName
{
background-color: #264371;
}
</style>
border-color css
<style>
span { border-color: #264371; }
span { border-color: rgb(38,67,113); }
td.TdClassName
{
border-color: #264371;
}
.TagClassName
{
border-color: #264371;
}
</style>