Shades of Resolution Blue #263682
Tints of Resolution Blue #263682
RGB
CMYK
RGB Variations
Color information
#263682 (or 0x263682) is known color: Resolution Blue. HEX triplet: 26, 36 and 82. RGB value is (38,54,130). Sum of RGB (Red+Green+Blue) = 38+54+130=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #263682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263682 is #D9C97D. Grayscale: #393939. Windows color (decimal): -14272894 or 8533542. OLE color: 8533542.
HSL color Cylindrical-coordinate representation of color #263682: hue angle of 229.57º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263682 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 54 | 130 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.49 |
| HSL | 229.57º | 0.55% | 0.33% | - |
| HSV(B) | 229.57º | 0.71% | 0.51% | - |
| XYZ | 6.15 | 4.66 | 21.69 | - |
| YUV | 57.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 130 | 0.71 | 0.58 | 0 | 0.49 | 229.57 | 0.55 | 0.33 |
| Hex | 26 | 36 | 82 | 47 | 3A | 0 | 31 | E6 | 37 | 21 |
| Octal | 46 | 66 | 202 | 107 | 72 | 0 | 61 | 346 | 67 | 41 |
| Binary | 100110 | 110110 | 10000010 | 1000111 | 111010 | 0 | 110001 | 11100110 | 110111 | 100001 |
Color Harmonies of #263682
Complementary color
Monochromatic Colors of #263682
Black with #263682
Text Example
Text Example
White with #263682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263682; }
p { color: rgb(38,54,130); }
H1.HeaderClassName
{
color: #263682;
}
.AnyTagClassName
{
color: #263682;
}
</style>
background-color css
<style>
a { background-color: #263682; }
a { background-color: rgb(38,54,130); }
div.DivClassName
{
background-color: #263682;
}
.BgClassName
{
background-color: #263682;
}
</style>
border-color css
<style>
span { border-color: #263682; }
span { border-color: rgb(38,54,130); }
td.TdClassName
{
border-color: #263682;
}
.TagClassName
{
border-color: #263682;
}
</style>