Shades of Resolution Blue #263A6B
Tints of Resolution Blue #263A6B
RGB
CMYK
RGB Variations
Color information
#263A6B (or 0x263A6B) is known color: Resolution Blue. HEX triplet: 26, 3A and 6B. RGB value is (38,58,107). Sum of RGB (Red+Green+Blue) = 38+58+107=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #263A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A6B is #D9C594. Grayscale: #393939. Windows color (decimal): -14271893 or 7027238. OLE color: 7027238.
HSL color Cylindrical-coordinate representation of color #263A6B: hue angle of 222.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263A6B is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 58 | 107 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.58 |
| HSL | 222.61º | 0.48% | 0.28% | - |
| HSV(B) | 222.61º | 0.64% | 0.42% | - |
| XYZ | 4.97 | 4.5 | 14.52 | - |
| YUV | 57.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 107 | 0.64 | 0.46 | 0 | 0.58 | 222.61 | 0.48 | 0.28 |
| Hex | 26 | 3A | 6B | 40 | 2E | 0 | 3A | DF | 30 | 1C |
| Octal | 46 | 72 | 153 | 100 | 56 | 0 | 72 | 337 | 60 | 34 |
| Binary | 100110 | 111010 | 1101011 | 1000000 | 101110 | 0 | 111010 | 11011111 | 110000 | 11100 |
Color Harmonies of #263A6B
Complementary color
Monochromatic Colors of #263A6B
Black with #263A6B
Text Example
Text Example
White with #263A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A6B; }
p { color: rgb(38,58,107); }
H1.HeaderClassName
{
color: #263A6B;
}
.AnyTagClassName
{
color: #263A6B;
}
</style>
background-color css
<style>
a { background-color: #263A6B; }
a { background-color: rgb(38,58,107); }
div.DivClassName
{
background-color: #263A6B;
}
.BgClassName
{
background-color: #263A6B;
}
</style>
border-color css
<style>
span { border-color: #263A6B; }
span { border-color: rgb(38,58,107); }
td.TdClassName
{
border-color: #263A6B;
}
.TagClassName
{
border-color: #263A6B;
}
</style>