Shades of Resolution Blue #263D6D
Tints of Resolution Blue #263D6D
RGB
CMYK
RGB Variations
Color information
#263D6D (or 0x263D6D) is known color: Resolution Blue. HEX triplet: 26, 3D and 6D. RGB value is (38,61,109). Sum of RGB (Red+Green+Blue) = 38+61+109=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #263D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D6D is #D9C292. Grayscale: #3B3B3B. Windows color (decimal): -14271123 or 7159078. OLE color: 7159078.
HSL color Cylindrical-coordinate representation of color #263D6D: hue angle of 220.56º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263D6D is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 61 | 109 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.57 |
| HSL | 220.56º | 0.48% | 0.29% | - |
| HSV(B) | 220.56º | 0.65% | 0.43% | - |
| XYZ | 5.23 | 4.85 | 15.13 | - |
| YUV | 59.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 109 | 0.65 | 0.44 | 0 | 0.57 | 220.56 | 0.48 | 0.29 |
| Hex | 26 | 3D | 6D | 41 | 2C | 0 | 39 | DD | 30 | 1D |
| Octal | 46 | 75 | 155 | 101 | 54 | 0 | 71 | 335 | 60 | 35 |
| Binary | 100110 | 111101 | 1101101 | 1000001 | 101100 | 0 | 111001 | 11011101 | 110000 | 11101 |
Color Harmonies of #263D6D
Complementary color
Monochromatic Colors of #263D6D
Black with #263D6D
Text Example
Text Example
White with #263D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D6D; }
p { color: rgb(38,61,109); }
H1.HeaderClassName
{
color: #263D6D;
}
.AnyTagClassName
{
color: #263D6D;
}
</style>
background-color css
<style>
a { background-color: #263D6D; }
a { background-color: rgb(38,61,109); }
div.DivClassName
{
background-color: #263D6D;
}
.BgClassName
{
background-color: #263D6D;
}
</style>
border-color css
<style>
span { border-color: #263D6D; }
span { border-color: rgb(38,61,109); }
td.TdClassName
{
border-color: #263D6D;
}
.TagClassName
{
border-color: #263D6D;
}
</style>