#263D41

Color #263D41 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #263D41

Tints of Outer Space #263D41

Color information

#263D41 (or 0x263D41) is unknown color: approx 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

RGB386165-
CMYK0.420.0600.75
HSL188.89º26.21%20.2%-
HSV(B)188.89º41.54%25.49%-
XYZ3.424.135.62-
YUV54.58133.88116.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=23.17%
G=37.20%
B=39.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3861650.420.0600.75188.8926.2120.2
Hex263D412A604Bbd1a14
Octal467510152601132753224
Binary100110111101100000110101011001001011101111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>