#273A3C

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

Shades of Outer Space #273A3C

Tints of Outer Space #273A3C

Color information

#273A3C (or 0x273A3C) is unknown color: approx Outer Space. HEX triplet: 27, 3A and 3C. RGB value is (39,58,60). Sum of RGB (Red+Green+Blue) = 39+58+60=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 60 - color contains mainly: blue. Hex color #273A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A3C is #D8C5C3. Grayscale: #343434. Windows color (decimal): -14206404 or 3947047. OLE color: 3947047.

HSL color Cylindrical-coordinate representation of color #273A3C: hue angle of 185.71º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273A3C is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB395860-
CMYK0.350.0300.76
HSL185.71º21.21%19.41%-
HSV(B)185.71º35%23.53%-
XYZ3.173.784.84-
YUV52.55132.21118.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=24.84%
G=36.94%
B=38.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3958600.350.0300.76185.7121.2119.41
Hex273A3C23304Cba1513
Octal47727443301142722523
Binary1001111110101111001000111101001100101110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273A3C; }

 p { color: rgb(39,58,60); }

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

<style>
 a { background-color: #273A3C; }

 a { background-color: rgb(39,58,60); }

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

<style>
 span { border-color: #273A3C; }

 span { border-color: rgb(39,58,60); }

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