#313F40

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

Shades of Outer Space #313F40

Tints of Outer Space #313F40

Color information

#313F40 (or 0x313F40) is unknown color: approx Outer Space. HEX triplet: 31, 3F and 40. RGB value is (49,63,64). Sum of RGB (Red+Green+Blue) = 49+63+64=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #313F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F40 is #CEC0BF. Grayscale: #3A3A3A. Windows color (decimal): -13549760 or 4210481. OLE color: 4210481.

HSL color Cylindrical-coordinate representation of color #313F40: hue angle of 184º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #313F40 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB496364-
CMYK0.230.0200.75
HSL184º13.27%22.16%-
HSV(B)184º23.44%25.1%-
XYZ3.974.585.52-
YUV58.93130.86120.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=27.84%
G=35.80%
B=36.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963640.230.0200.7518413.2722.16
Hex313F4017204Bb8d16
Octal617710027201132701526
Binary110001111111100000010111100100101110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F40; }

 p { color: rgb(49,63,64); }

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

<style>
 a { background-color: #313F40; }

 a { background-color: rgb(49,63,64); }

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

<style>
 span { border-color: #313F40; }

 span { border-color: rgb(49,63,64); }

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