Shades of Resolution Blue #263C84
Tints of Resolution Blue #263C84
RGB
CMYK
RGB Variations
Color information
#263C84 (or 0x263C84) is known color: Resolution Blue. HEX triplet: 26, 3C and 84. RGB value is (38,60,132). Sum of RGB (Red+Green+Blue) = 38+60+132=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #263C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C84 is #D9C37B. Grayscale: #3D3D3D. Windows color (decimal): -14271356 or 8666150. OLE color: 8666150.
HSL color Cylindrical-coordinate representation of color #263C84: hue angle of 225.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263C84 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 60 | 132 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.48 |
| HSL | 225.96º | 0.55% | 0.33% | - |
| HSV(B) | 225.96º | 0.71% | 0.52% | - |
| XYZ | 6.58 | 5.31 | 22.51 | - |
| YUV | 61.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 132 | 0.71 | 0.55 | 0 | 0.48 | 225.96 | 0.55 | 0.33 |
| Hex | 26 | 3C | 84 | 47 | 37 | 0 | 30 | E2 | 37 | 21 |
| Octal | 46 | 74 | 204 | 107 | 67 | 0 | 60 | 342 | 67 | 41 |
| Binary | 100110 | 111100 | 10000100 | 1000111 | 110111 | 0 | 110000 | 11100010 | 110111 | 100001 |
Color Harmonies of #263C84
Complementary color
Monochromatic Colors of #263C84
Black with #263C84
Text Example
Text Example
White with #263C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C84; }
p { color: rgb(38,60,132); }
H1.HeaderClassName
{
color: #263C84;
}
.AnyTagClassName
{
color: #263C84;
}
</style>
background-color css
<style>
a { background-color: #263C84; }
a { background-color: rgb(38,60,132); }
div.DivClassName
{
background-color: #263C84;
}
.BgClassName
{
background-color: #263C84;
}
</style>
border-color css
<style>
span { border-color: #263C84; }
span { border-color: rgb(38,60,132); }
td.TdClassName
{
border-color: #263C84;
}
.TagClassName
{
border-color: #263C84;
}
</style>