Shades of Outer Space #263D42
Tints of Outer Space #263D42
RGB
CMYK
RGB Variations
Color information
#263D42 (or 0x263D42) is known color: Outer Space. HEX triplet: 26, 3D and 42. RGB value is (38,61,66). Sum of RGB (Red+Green+Blue) = 38+61+66=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: blue. Hex color #263D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D42 is #D9C2BD. Grayscale: #363636. Windows color (decimal): -14271166 or 4341030. OLE color: 4341030.
HSL color Cylindrical-coordinate representation of color #263D42: hue angle of 190.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263D42 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 61 | 66 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.74 |
| HSL | 190.71º | 0.27% | 0.2% | - |
| HSV(B) | 190.71º | 0.42% | 0.26% | - |
| XYZ | 3.45 | 4.14 | 5.77 | - |
| YUV | 54.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 66 | 0.42 | 0.08 | 0 | 0.74 | 190.71 | 0.27 | 0.2 |
| Hex | 26 | 3D | 42 | 2A | 8 | 0 | 4A | BF | 1B | 14 |
| Octal | 46 | 75 | 102 | 52 | 10 | 0 | 112 | 277 | 33 | 24 |
| Binary | 100110 | 111101 | 1000010 | 101010 | 1000 | 0 | 1001010 | 10111111 | 11011 | 10100 |
Color Harmonies of #263D42
Complementary color
Monochromatic Colors of #263D42
Black with #263D42
Text Example
Text Example
White with #263D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D42; }
p { color: rgb(38,61,66); }
H1.HeaderClassName
{
color: #263D42;
}
.AnyTagClassName
{
color: #263D42;
}
</style>
background-color css
<style>
a { background-color: #263D42; }
a { background-color: rgb(38,61,66); }
div.DivClassName
{
background-color: #263D42;
}
.BgClassName
{
background-color: #263D42;
}
</style>
border-color css
<style>
span { border-color: #263D42; }
span { border-color: rgb(38,61,66); }
td.TdClassName
{
border-color: #263D42;
}
.TagClassName
{
border-color: #263D42;
}
</style>