Shades of Resolution Blue #264572
Tints of Resolution Blue #264572
RGB
CMYK
RGB Variations
Color information
#264572 (or 0x264572) is known color: Resolution Blue. HEX triplet: 26, 45 and 72. RGB value is (38,69,114). Sum of RGB (Red+Green+Blue) = 38+69+114=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #264572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264572 is #D9BA8D. Grayscale: #404040. Windows color (decimal): -14269070 or 7488806. OLE color: 7488806.
HSL color Cylindrical-coordinate representation of color #264572: hue angle of 215.53º 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 #264572 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 69 | 114 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.55 |
| HSL | 215.53º | 0.5% | 0.3% | - |
| HSV(B) | 215.53º | 0.67% | 0.45% | - |
| XYZ | 5.96 | 5.88 | 16.74 | - |
| YUV | 64.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 114 | 0.67 | 0.39 | 0 | 0.55 | 215.53 | 0.5 | 0.3 |
| Hex | 26 | 45 | 72 | 43 | 27 | 0 | 37 | D8 | 32 | 1E |
| Octal | 46 | 105 | 162 | 103 | 47 | 0 | 67 | 330 | 62 | 36 |
| Binary | 100110 | 1000101 | 1110010 | 1000011 | 100111 | 0 | 110111 | 11011000 | 110010 | 11110 |
Color Harmonies of #264572
Complementary color
Monochromatic Colors of #264572
Black with #264572
Text Example
Text Example
White with #264572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264572; }
p { color: rgb(38,69,114); }
H1.HeaderClassName
{
color: #264572;
}
.AnyTagClassName
{
color: #264572;
}
</style>
background-color css
<style>
a { background-color: #264572; }
a { background-color: rgb(38,69,114); }
div.DivClassName
{
background-color: #264572;
}
.BgClassName
{
background-color: #264572;
}
</style>
border-color css
<style>
span { border-color: #264572; }
span { border-color: rgb(38,69,114); }
td.TdClassName
{
border-color: #264572;
}
.TagClassName
{
border-color: #264572;
}
</style>