Shades of Resolution Blue #263574
Tints of Resolution Blue #263574
RGB
CMYK
RGB Variations
Color information
#263574 (or 0x263574) is known color: Resolution Blue. HEX triplet: 26, 35 and 74. RGB value is (38,53,116). Sum of RGB (Red+Green+Blue) = 38+53+116=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #263574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263574 is #D9CA8B. Grayscale: #373737. Windows color (decimal): -14273164 or 7615782. OLE color: 7615782.
HSL color Cylindrical-coordinate representation of color #263574: hue angle of 228.46º degrees, saturation: 0.51, 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 #263574 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 53 | 116 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.55 |
| HSL | 228.46º | 0.51% | 0.3% | - |
| HSV(B) | 228.46º | 0.67% | 0.45% | - |
| XYZ | 5.22 | 4.22 | 17.06 | - |
| YUV | 55.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 116 | 0.67 | 0.54 | 0 | 0.55 | 228.46 | 0.51 | 0.3 |
| Hex | 26 | 35 | 74 | 43 | 36 | 0 | 37 | E4 | 33 | 1E |
| Octal | 46 | 65 | 164 | 103 | 66 | 0 | 67 | 344 | 63 | 36 |
| Binary | 100110 | 110101 | 1110100 | 1000011 | 110110 | 0 | 110111 | 11100100 | 110011 | 11110 |
Color Harmonies of #263574
Complementary color
Monochromatic Colors of #263574
Black with #263574
Text Example
Text Example
White with #263574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263574; }
p { color: rgb(38,53,116); }
H1.HeaderClassName
{
color: #263574;
}
.AnyTagClassName
{
color: #263574;
}
</style>
background-color css
<style>
a { background-color: #263574; }
a { background-color: rgb(38,53,116); }
div.DivClassName
{
background-color: #263574;
}
.BgClassName
{
background-color: #263574;
}
</style>
border-color css
<style>
span { border-color: #263574; }
span { border-color: rgb(38,53,116); }
td.TdClassName
{
border-color: #263574;
}
.TagClassName
{
border-color: #263574;
}
</style>