Shades of Outer Space #263D41
Tints of Outer Space #263D41
RGB
CMYK
RGB Variations
Color information
#263D41 (or 0x263D41) is known color: Outer Space. HEX triplet: 26, 3D and 41. RGB value is (38,61,65). Sum of RGB (Red+Green+Blue) = 38+61+65=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #263D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D41 is #D9C2BE. Grayscale: #363636. Windows color (decimal): -14271167 or 4275494. OLE color: 4275494.
HSL color Cylindrical-coordinate representation of color #263D41: hue angle of 188.89º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263D41 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 61 | 65 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.75 |
| HSL | 188.89º | 0.26% | 0.2% | - |
| HSV(B) | 188.89º | 0.42% | 0.25% | - |
| XYZ | 3.42 | 4.13 | 5.62 | - |
| YUV | 54.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 65 | 0.42 | 0.06 | 0 | 0.75 | 188.89 | 0.26 | 0.2 |
| Hex | 26 | 3D | 41 | 2A | 6 | 0 | 4B | BD | 1A | 14 |
| Octal | 46 | 75 | 101 | 52 | 6 | 0 | 113 | 275 | 32 | 24 |
| Binary | 100110 | 111101 | 1000001 | 101010 | 110 | 0 | 1001011 | 10111101 | 11010 | 10100 |
Color Harmonies of #263D41
Complementary color
Monochromatic Colors of #263D41
Black with #263D41
Text Example
Text Example
White with #263D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D41; }
p { color: rgb(38,61,65); }
H1.HeaderClassName
{
color: #263D41;
}
.AnyTagClassName
{
color: #263D41;
}
</style>
background-color css
<style>
a { background-color: #263D41; }
a { background-color: rgb(38,61,65); }
div.DivClassName
{
background-color: #263D41;
}
.BgClassName
{
background-color: #263D41;
}
</style>
border-color css
<style>
span { border-color: #263D41; }
span { border-color: rgb(38,61,65); }
td.TdClassName
{
border-color: #263D41;
}
.TagClassName
{
border-color: #263D41;
}
</style>