Shades of Outer Space #263A3D
Tints of Outer Space #263A3D
RGB
CMYK
RGB Variations
Color information
#263A3D (or 0x263A3D) is known color: Outer Space. HEX triplet: 26, 3A and 3D. RGB value is (38,58,61). Sum of RGB (Red+Green+Blue) = 38+58+61=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #263A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A3D is #D9C5C2. Grayscale: #343434. Windows color (decimal): -14271939 or 4012582. OLE color: 4012582.
HSL color Cylindrical-coordinate representation of color #263A3D: hue angle of 187.83º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263A3D is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 58 | 61 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.76 |
| HSL | 187.83º | 0.23% | 0.19% | - |
| HSV(B) | 187.83º | 0.38% | 0.24% | - |
| XYZ | 3.15 | 3.78 | 4.98 | - |
| YUV | 52.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 61 | 0.38 | 0.05 | 0 | 0.76 | 187.83 | 0.23 | 0.19 |
| Hex | 26 | 3A | 3D | 26 | 5 | 0 | 4C | BC | 17 | 13 |
| Octal | 46 | 72 | 75 | 46 | 5 | 0 | 114 | 274 | 27 | 23 |
| Binary | 100110 | 111010 | 111101 | 100110 | 101 | 0 | 1001100 | 10111100 | 10111 | 10011 |
Color Harmonies of #263A3D
Complementary color
Monochromatic Colors of #263A3D
Black with #263A3D
Text Example
Text Example
White with #263A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A3D; }
p { color: rgb(38,58,61); }
H1.HeaderClassName
{
color: #263A3D;
}
.AnyTagClassName
{
color: #263A3D;
}
</style>
background-color css
<style>
a { background-color: #263A3D; }
a { background-color: rgb(38,58,61); }
div.DivClassName
{
background-color: #263A3D;
}
.BgClassName
{
background-color: #263A3D;
}
</style>
border-color css
<style>
span { border-color: #263A3D; }
span { border-color: rgb(38,58,61); }
td.TdClassName
{
border-color: #263A3D;
}
.TagClassName
{
border-color: #263A3D;
}
</style>