Shades of Resolution Blue #264180
Tints of Resolution Blue #264180
RGB
CMYK
RGB Variations
Color information
#264180 (or 0x264180) is known color: Resolution Blue. HEX triplet: 26, 41 and 80. RGB value is (38,65,128). Sum of RGB (Red+Green+Blue) = 38+65+128=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #264180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264180 is #D9BE7F. Grayscale: #3F3F3F. Windows color (decimal): -14270080 or 8405286. OLE color: 8405286.
HSL color Cylindrical-coordinate representation of color #264180: hue angle of 222º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #264180 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 65 | 128 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.50 |
| HSL | 222º | 0.54% | 0.33% | - |
| HSV(B) | 222º | 0.7% | 0.5% | - |
| XYZ | 6.59 | 5.75 | 21.19 | - |
| YUV | 64.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 128 | 0.70 | 0.49 | 0 | 0.50 | 222 | 0.54 | 0.33 |
| Hex | 26 | 41 | 80 | 46 | 31 | 0 | 32 | DE | 36 | 21 |
| Octal | 46 | 101 | 200 | 106 | 61 | 0 | 62 | 336 | 66 | 41 |
| Binary | 100110 | 1000001 | 10000000 | 1000110 | 110001 | 0 | 110010 | 11011110 | 110110 | 100001 |
Color Harmonies of #264180
Complementary color
Monochromatic Colors of #264180
Black with #264180
Text Example
Text Example
White with #264180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264180; }
p { color: rgb(38,65,128); }
H1.HeaderClassName
{
color: #264180;
}
.AnyTagClassName
{
color: #264180;
}
</style>
background-color css
<style>
a { background-color: #264180; }
a { background-color: rgb(38,65,128); }
div.DivClassName
{
background-color: #264180;
}
.BgClassName
{
background-color: #264180;
}
</style>
border-color css
<style>
span { border-color: #264180; }
span { border-color: rgb(38,65,128); }
td.TdClassName
{
border-color: #264180;
}
.TagClassName
{
border-color: #264180;
}
</style>