Shades of Outer Space #263C40
Tints of Outer Space #263C40
RGB
CMYK
RGB Variations
Color information
#263C40 (or 0x263C40) is known color: Outer Space. HEX triplet: 26, 3C and 40. RGB value is (38,60,64). Sum of RGB (Red+Green+Blue) = 38+60+64=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #263C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C40 is #D9C3BF. Grayscale: #353535. Windows color (decimal): -14271424 or 4209702. OLE color: 4209702.
HSL color Cylindrical-coordinate representation of color #263C40: hue angle of 189.23º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #263C40 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 60 | 64 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.75 |
| HSL | 189.23º | 0.25% | 0.2% | - |
| HSV(B) | 189.23º | 0.41% | 0.25% | - |
| XYZ | 3.34 | 4.01 | 5.45 | - |
| YUV | 53.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 64 | 0.41 | 0.06 | 0 | 0.75 | 189.23 | 0.25 | 0.2 |
| Hex | 26 | 3C | 40 | 29 | 6 | 0 | 4B | BD | 19 | 14 |
| Octal | 46 | 74 | 100 | 51 | 6 | 0 | 113 | 275 | 31 | 24 |
| Binary | 100110 | 111100 | 1000000 | 101001 | 110 | 0 | 1001011 | 10111101 | 11001 | 10100 |
Color Harmonies of #263C40
Complementary color
Monochromatic Colors of #263C40
Black with #263C40
Text Example
Text Example
White with #263C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C40; }
p { color: rgb(38,60,64); }
H1.HeaderClassName
{
color: #263C40;
}
.AnyTagClassName
{
color: #263C40;
}
</style>
background-color css
<style>
a { background-color: #263C40; }
a { background-color: rgb(38,60,64); }
div.DivClassName
{
background-color: #263C40;
}
.BgClassName
{
background-color: #263C40;
}
</style>
border-color css
<style>
span { border-color: #263C40; }
span { border-color: rgb(38,60,64); }
td.TdClassName
{
border-color: #263C40;
}
.TagClassName
{
border-color: #263C40;
}
</style>