Shades of Resolution Blue #263C70
Tints of Resolution Blue #263C70
RGB
CMYK
RGB Variations
Color information
#263C70 (or 0x263C70) is known color: Resolution Blue. HEX triplet: 26, 3C and 70. RGB value is (38,60,112). Sum of RGB (Red+Green+Blue) = 38+60+112=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #263C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C70 is #D9C38F. Grayscale: #3B3B3B. Windows color (decimal): -14271376 or 7355430. OLE color: 7355430.
HSL color Cylindrical-coordinate representation of color #263C70: hue angle of 222.16º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263C70 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 60 | 112 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.56 |
| HSL | 222.16º | 0.49% | 0.29% | - |
| HSV(B) | 222.16º | 0.66% | 0.44% | - |
| XYZ | 5.34 | 4.81 | 15.98 | - |
| YUV | 59.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 112 | 0.66 | 0.46 | 0 | 0.56 | 222.16 | 0.49 | 0.29 |
| Hex | 26 | 3C | 70 | 42 | 2E | 0 | 38 | DE | 31 | 1D |
| Octal | 46 | 74 | 160 | 102 | 56 | 0 | 70 | 336 | 61 | 35 |
| Binary | 100110 | 111100 | 1110000 | 1000010 | 101110 | 0 | 111000 | 11011110 | 110001 | 11101 |
Color Harmonies of #263C70
Complementary color
Monochromatic Colors of #263C70
Black with #263C70
Text Example
Text Example
White with #263C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C70; }
p { color: rgb(38,60,112); }
H1.HeaderClassName
{
color: #263C70;
}
.AnyTagClassName
{
color: #263C70;
}
</style>
background-color css
<style>
a { background-color: #263C70; }
a { background-color: rgb(38,60,112); }
div.DivClassName
{
background-color: #263C70;
}
.BgClassName
{
background-color: #263C70;
}
</style>
border-color css
<style>
span { border-color: #263C70; }
span { border-color: rgb(38,60,112); }
td.TdClassName
{
border-color: #263C70;
}
.TagClassName
{
border-color: #263C70;
}
</style>