Shades of Resolution Blue #264573
Tints of Resolution Blue #264573
RGB
CMYK
RGB Variations
Color information
#264573 (or 0x264573) is known color: Resolution Blue. HEX triplet: 26, 45 and 73. RGB value is (38,69,115). Sum of RGB (Red+Green+Blue) = 38+69+115=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #264573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264573 is #D9BA8C. Grayscale: #404040. Windows color (decimal): -14269069 or 7554342. OLE color: 7554342.
HSL color Cylindrical-coordinate representation of color #264573: hue angle of 215.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264573 is Cyan = 0.67, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 69 | 115 | - |
| CMYK | 0.67 | 0.4 | 0 | 0.55 |
| HSL | 215.84º | 0.5% | 0.3% | - |
| HSV(B) | 215.84º | 0.67% | 0.45% | - |
| XYZ | 6.02 | 5.91 | 17.04 | - |
| YUV | 64.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 115 | 0.67 | 0.4 | 0 | 0.55 | 215.84 | 0.5 | 0.3 |
| Hex | 26 | 45 | 73 | 43 | 28 | 0 | 37 | D8 | 32 | 1E |
| Octal | 46 | 105 | 163 | 103 | 50 | 0 | 67 | 330 | 62 | 36 |
| Binary | 100110 | 1000101 | 1110011 | 1000011 | 101000 | 0 | 110111 | 11011000 | 110010 | 11110 |
Color Harmonies of #264573
Complementary color
Monochromatic Colors of #264573
Black with #264573
Text Example
Text Example
White with #264573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264573; }
p { color: rgb(38,69,115); }
H1.HeaderClassName
{
color: #264573;
}
.AnyTagClassName
{
color: #264573;
}
</style>
background-color css
<style>
a { background-color: #264573; }
a { background-color: rgb(38,69,115); }
div.DivClassName
{
background-color: #264573;
}
.BgClassName
{
background-color: #264573;
}
</style>
border-color css
<style>
span { border-color: #264573; }
span { border-color: rgb(38,69,115); }
td.TdClassName
{
border-color: #264573;
}
.TagClassName
{
border-color: #264573;
}
</style>