Html Css Color HEX #313A3C Outer Space

📋 copy color: '#313A3C'

red 49 ◦ green 58 ◦ blue 60

#313A3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #313A3C

Tints of Outer Space #313A3C

RGB

 RED value IS 49 (19.53% from 255) = 29.34%

 GREEN value IS 58 (23.05% from 255) = 34.73%

 BLUE value IS 60 (23.83% from 255) = 35.93%

R = 29.34%
G = 34.73%
B = 35.93%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#313A3C (or 0x313A3C) is known color: Outer Space. HEX triplet: 31, 3A and 3C. RGB value is (49,58,60). Sum of RGB (Red+Green+Blue) = 49+58+60=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 60 - color contains mainly: blue. Hex color #313A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A3C is #CEC5C3. Grayscale: #373737. Windows color (decimal): -13551044 or 3947057. OLE color: 3947057.

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

Color convert

RGB 49 58 60 -
CMYK 0.18 0.03 0 0.76
HSL 190.91º 0.1% 0.21% -
HSV(B) 190.91º 0.18% 0.24% -
XYZ 3.6 4.01 4.86 -
YUV 55.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 49 58 60 0.18 0.03 0 0.76 190.91 0.1 0.21
Hex 31 3A 3C 12 3 0 4C BF A 15
Octal 61 72 74 22 3 0 114 277 12 25
Binary 110001 111010 111100 10010 11 0 1001100 10111111 1010 10101

Color Harmonies of #313A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A3C

Black with #313A3C

Text Example


Text Example

White with #313A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313A3C;
 }
 .AnyTagClassName
 {
   color: #313A3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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