Shades of Outer Space #263C3F
Tints of Outer Space #263C3F
RGB
CMYK
RGB Variations
Color information
#263C3F (or 0x263C3F) is known color: Outer Space. HEX triplet: 26, 3C and 3F. RGB value is (38,60,63). Sum of RGB (Red+Green+Blue) = 38+60+63=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #263C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C3F is #D9C3C0. Grayscale: #353535. Windows color (decimal): -14271425 or 4144166. OLE color: 4144166.
HSL color Cylindrical-coordinate representation of color #263C3F: hue angle of 187.2º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #263C3F is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 60 | 63 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.75 |
| HSL | 187.2º | 0.25% | 0.2% | - |
| HSV(B) | 187.2º | 0.4% | 0.25% | - |
| XYZ | 3.31 | 4 | 5.3 | - |
| YUV | 53.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 63 | 0.40 | 0.05 | 0 | 0.75 | 187.2 | 0.25 | 0.2 |
| Hex | 26 | 3C | 3F | 28 | 5 | 0 | 4B | BB | 19 | 14 |
| Octal | 46 | 74 | 77 | 50 | 5 | 0 | 113 | 273 | 31 | 24 |
| Binary | 100110 | 111100 | 111111 | 101000 | 101 | 0 | 1001011 | 10111011 | 11001 | 10100 |
Color Harmonies of #263C3F
Complementary color
Monochromatic Colors of #263C3F
Black with #263C3F
Text Example
Text Example
White with #263C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C3F; }
p { color: rgb(38,60,63); }
H1.HeaderClassName
{
color: #263C3F;
}
.AnyTagClassName
{
color: #263C3F;
}
</style>
background-color css
<style>
a { background-color: #263C3F; }
a { background-color: rgb(38,60,63); }
div.DivClassName
{
background-color: #263C3F;
}
.BgClassName
{
background-color: #263C3F;
}
</style>
border-color css
<style>
span { border-color: #263C3F; }
span { border-color: rgb(38,60,63); }
td.TdClassName
{
border-color: #263C3F;
}
.TagClassName
{
border-color: #263C3F;
}
</style>