Shades of Resolution Blue #263C82
Tints of Resolution Blue #263C82
RGB
CMYK
RGB Variations
Color information
#263C82 (or 0x263C82) is known color: Resolution Blue. HEX triplet: 26, 3C and 82. RGB value is (38,60,130). Sum of RGB (Red+Green+Blue) = 38+60+130=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #263C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C82 is #D9C37D. Grayscale: #3D3D3D. Windows color (decimal): -14271358 or 8535078. OLE color: 8535078.
HSL color Cylindrical-coordinate representation of color #263C82: hue angle of 225.65º 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 #263C82 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 60 | 130 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.49 |
| HSL | 225.65º | 0.55% | 0.33% | - |
| HSV(B) | 225.65º | 0.71% | 0.51% | - |
| XYZ | 6.44 | 5.26 | 21.79 | - |
| YUV | 61.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 130 | 0.71 | 0.54 | 0 | 0.49 | 225.65 | 0.55 | 0.33 |
| Hex | 26 | 3C | 82 | 47 | 36 | 0 | 31 | E2 | 37 | 21 |
| Octal | 46 | 74 | 202 | 107 | 66 | 0 | 61 | 342 | 67 | 41 |
| Binary | 100110 | 111100 | 10000010 | 1000111 | 110110 | 0 | 110001 | 11100010 | 110111 | 100001 |
Color Harmonies of #263C82
Complementary color
Monochromatic Colors of #263C82
Black with #263C82
Text Example
Text Example
White with #263C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C82; }
p { color: rgb(38,60,130); }
H1.HeaderClassName
{
color: #263C82;
}
.AnyTagClassName
{
color: #263C82;
}
</style>
background-color css
<style>
a { background-color: #263C82; }
a { background-color: rgb(38,60,130); }
div.DivClassName
{
background-color: #263C82;
}
.BgClassName
{
background-color: #263C82;
}
</style>
border-color css
<style>
span { border-color: #263C82; }
span { border-color: rgb(38,60,130); }
td.TdClassName
{
border-color: #263C82;
}
.TagClassName
{
border-color: #263C82;
}
</style>