#263A3F

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

Shades of Outer Space #263A3F

Tints of Outer Space #263A3F

Color information

#263A3F (or 0x263A3F) is unknown color: approx Outer Space. HEX triplet: 26, 3A and 3F. RGB value is (38,58,63). Sum of RGB (Red+Green+Blue) = 38+58+63=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #263A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A3F is #D9C5C0. Grayscale: #343434. Windows color (decimal): -14271937 or 4143654. OLE color: 4143654.

HSL color Cylindrical-coordinate representation of color #263A3F: hue angle of 192º 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 #263A3F is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB385863-
CMYK0.400.0800.75
HSL192º24.75%19.8%-
HSV(B)192º39.68%24.71%-
XYZ3.213.85.27-
YUV52.59133.87117.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 63 (25% from 255) = 39.62%
R=23.90%
G=36.48%
B=39.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3858630.400.0800.7519224.7519.8
Hex263A3F28804Bc01914
Octal467277501001133003124
Binary100110111010111111101000100001001011110000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263A3F; }

 p { color: rgb(38,58,63); }

 H1.HeaderClassName
 {
   color: #263A3F;
 }
 .AnyTagClassName
 {
   color: #263A3F;
 }
</style>
background-color css

<style>
 a { background-color: #263A3F; }

 a { background-color: rgb(38,58,63); }

 div.DivClassName
 {
   background-color: #263A3F;
 }
 .BgClassName
 {
   background-color: #263A3F;
 }
</style>
border-color css

<style>
 span { border-color: #263A3F; }

 span { border-color: rgb(38,58,63); }

 td.TdClassName
 {
   border-color: #263A3F;
 }
 .TagClassName
 {
   border-color: #263A3F;
 }
</style>