Shades of Outer Space #263A3E
Tints of Outer Space #263A3E
RGB
CMYK
RGB Variations
Color information
#263A3E (or 0x263A3E) is known color: Outer Space. HEX triplet: 26, 3A and 3E. RGB value is (38,58,62). Sum of RGB (Red+Green+Blue) = 38+58+62=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #263A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A3E is #D9C5C1. Grayscale: #343434. Windows color (decimal): -14271938 or 4078118. OLE color: 4078118.
HSL color Cylindrical-coordinate representation of color #263A3E: hue angle of 190º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #263A3E is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 58 | 62 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.76 |
| HSL | 190º | 0.24% | 0.2% | - |
| HSV(B) | 190º | 0.39% | 0.24% | - |
| XYZ | 3.18 | 3.79 | 5.12 | - |
| YUV | 52.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 62 | 0.39 | 0.06 | 0 | 0.76 | 190 | 0.24 | 0.2 |
| Hex | 26 | 3A | 3E | 27 | 6 | 0 | 4C | BE | 18 | 14 |
| Octal | 46 | 72 | 76 | 47 | 6 | 0 | 114 | 276 | 30 | 24 |
| Binary | 100110 | 111010 | 111110 | 100111 | 110 | 0 | 1001100 | 10111110 | 11000 | 10100 |
Color Harmonies of #263A3E
Complementary color
Monochromatic Colors of #263A3E
Black with #263A3E
Text Example
Text Example
White with #263A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A3E; }
p { color: rgb(38,58,62); }
H1.HeaderClassName
{
color: #263A3E;
}
.AnyTagClassName
{
color: #263A3E;
}
</style>
background-color css
<style>
a { background-color: #263A3E; }
a { background-color: rgb(38,58,62); }
div.DivClassName
{
background-color: #263A3E;
}
.BgClassName
{
background-color: #263A3E;
}
</style>
border-color css
<style>
span { border-color: #263A3E; }
span { border-color: rgb(38,58,62); }
td.TdClassName
{
border-color: #263A3E;
}
.TagClassName
{
border-color: #263A3E;
}
</style>