Shades of Resolution Blue #264476
Tints of Resolution Blue #264476
RGB
CMYK
RGB Variations
Color information
#264476 (or 0x264476) is known color: Resolution Blue. HEX triplet: 26, 44 and 76. RGB value is (38,68,118). Sum of RGB (Red+Green+Blue) = 38+68+118=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #264476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264476 is #D9BB89. Grayscale: #404040. Windows color (decimal): -14269322 or 7750694. OLE color: 7750694.
HSL color Cylindrical-coordinate representation of color #264476: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264476 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 68 | 118 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.54 |
| HSL | 217.5º | 0.51% | 0.31% | - |
| HSV(B) | 217.5º | 0.68% | 0.46% | - |
| XYZ | 6.14 | 5.85 | 17.95 | - |
| YUV | 64.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 118 | 0.68 | 0.42 | 0 | 0.54 | 217.5 | 0.51 | 0.31 |
| Hex | 26 | 44 | 76 | 44 | 2A | 0 | 36 | DA | 33 | 1F |
| Octal | 46 | 104 | 166 | 104 | 52 | 0 | 66 | 332 | 63 | 37 |
| Binary | 100110 | 1000100 | 1110110 | 1000100 | 101010 | 0 | 110110 | 11011010 | 110011 | 11111 |
Color Harmonies of #264476
Complementary color
Monochromatic Colors of #264476
Black with #264476
Text Example
Text Example
White with #264476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264476; }
p { color: rgb(38,68,118); }
H1.HeaderClassName
{
color: #264476;
}
.AnyTagClassName
{
color: #264476;
}
</style>
background-color css
<style>
a { background-color: #264476; }
a { background-color: rgb(38,68,118); }
div.DivClassName
{
background-color: #264476;
}
.BgClassName
{
background-color: #264476;
}
</style>
border-color css
<style>
span { border-color: #264476; }
span { border-color: rgb(38,68,118); }
td.TdClassName
{
border-color: #264476;
}
.TagClassName
{
border-color: #264476;
}
</style>