Shades of Resolution Blue #264376
Tints of Resolution Blue #264376
RGB
CMYK
RGB Variations
Color information
#264376 (or 0x264376) is known color: Resolution Blue. HEX triplet: 26, 43 and 76. RGB value is (38,67,118). Sum of RGB (Red+Green+Blue) = 38+67+118=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #264376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264376 is #D9BC89. Grayscale: #3F3F3F. Windows color (decimal): -14269578 or 7750438. OLE color: 7750438.
HSL color Cylindrical-coordinate representation of color #264376: hue angle of 218.25º 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 #264376 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 67 | 118 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.54 |
| HSL | 218.25º | 0.51% | 0.31% | - |
| HSV(B) | 218.25º | 0.68% | 0.46% | - |
| XYZ | 6.08 | 5.73 | 17.93 | - |
| YUV | 64.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 118 | 0.68 | 0.43 | 0 | 0.54 | 218.25 | 0.51 | 0.31 |
| Hex | 26 | 43 | 76 | 44 | 2B | 0 | 36 | DA | 33 | 1F |
| Octal | 46 | 103 | 166 | 104 | 53 | 0 | 66 | 332 | 63 | 37 |
| Binary | 100110 | 1000011 | 1110110 | 1000100 | 101011 | 0 | 110110 | 11011010 | 110011 | 11111 |
Color Harmonies of #264376
Complementary color
Monochromatic Colors of #264376
Black with #264376
Text Example
Text Example
White with #264376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264376; }
p { color: rgb(38,67,118); }
H1.HeaderClassName
{
color: #264376;
}
.AnyTagClassName
{
color: #264376;
}
</style>
background-color css
<style>
a { background-color: #264376; }
a { background-color: rgb(38,67,118); }
div.DivClassName
{
background-color: #264376;
}
.BgClassName
{
background-color: #264376;
}
</style>
border-color css
<style>
span { border-color: #264376; }
span { border-color: rgb(38,67,118); }
td.TdClassName
{
border-color: #264376;
}
.TagClassName
{
border-color: #264376;
}
</style>