Shades of Outer Space #263C41
Tints of Outer Space #263C41
RGB
CMYK
RGB Variations
Color information
#263C41 (or 0x263C41) is known color: Outer Space. HEX triplet: 26, 3C and 41. RGB value is (38,60,65). Sum of RGB (Red+Green+Blue) = 38+60+65=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #263C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C41 is #D9C3BE. Grayscale: #353535. Windows color (decimal): -14271423 or 4275238. OLE color: 4275238.
HSL color Cylindrical-coordinate representation of color #263C41: hue angle of 191.11º 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 #263C41 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 60 | 65 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.75 |
| HSL | 191.11º | 0.26% | 0.2% | - |
| HSV(B) | 191.11º | 0.42% | 0.25% | - |
| XYZ | 3.37 | 4.03 | 5.6 | - |
| YUV | 53.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 65 | 0.42 | 0.08 | 0 | 0.75 | 191.11 | 0.26 | 0.2 |
| Hex | 26 | 3C | 41 | 2A | 8 | 0 | 4B | BF | 1A | 14 |
| Octal | 46 | 74 | 101 | 52 | 10 | 0 | 113 | 277 | 32 | 24 |
| Binary | 100110 | 111100 | 1000001 | 101010 | 1000 | 0 | 1001011 | 10111111 | 11010 | 10100 |
Color Harmonies of #263C41
Complementary color
Monochromatic Colors of #263C41
Black with #263C41
Text Example
Text Example
White with #263C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C41; }
p { color: rgb(38,60,65); }
H1.HeaderClassName
{
color: #263C41;
}
.AnyTagClassName
{
color: #263C41;
}
</style>
background-color css
<style>
a { background-color: #263C41; }
a { background-color: rgb(38,60,65); }
div.DivClassName
{
background-color: #263C41;
}
.BgClassName
{
background-color: #263C41;
}
</style>
border-color css
<style>
span { border-color: #263C41; }
span { border-color: rgb(38,60,65); }
td.TdClassName
{
border-color: #263C41;
}
.TagClassName
{
border-color: #263C41;
}
</style>