Html Css Color HEX #343D3E Outer Space

📋 copy color: '#343D3E'

red 52 ◦ green 61 ◦ blue 62

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

Shades of Outer Space #343D3E

Tints of Outer Space #343D3E

RGB

 RED value IS 52 (20.7% from 255) = 29.71%

 GREEN value IS 61 (24.22% from 255) = 34.86%

 BLUE value IS 62 (24.61% from 255) = 35.43%

R = 29.71%
G = 34.86%
B = 35.43%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#343D3E (or 0x343D3E) is known color: Outer Space. HEX triplet: 34, 3D and 3E. RGB value is (52,61,62). Sum of RGB (Red+Green+Blue) = 52+61+62=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 62 - color contains mainly: blue. Hex color #343D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D3E is #CBC2C1. Grayscale: #3A3A3A. Windows color (decimal): -13353666 or 4078900. OLE color: 4078900.

HSL color Cylindrical-coordinate representation of color #343D3E: hue angle of 186º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #343D3E is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 61 62 -
CMYK 0.16 0.02 0 0.76
HSL 186º 0.09% 0.22% -
HSV(B) 186º 0.16% 0.24% -
XYZ 3.95 4.42 5.2 -
YUV 58.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 52 61 62 0.16 0.02 0 0.76 186 0.09 0.22
Hex 34 3D 3E 10 2 0 4C BA 9 16
Octal 64 75 76 20 2 0 114 272 11 26
Binary 110100 111101 111110 10000 10 0 1001100 10111010 1001 10110

Color Harmonies of #343D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D3E

Black with #343D3E

Text Example


Text Example

White with #343D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343D3E; }

 p { color: rgb(52,61,62); }

 H1.HeaderClassName
 {
   color: #343D3E;
 }
 .AnyTagClassName
 {
   color: #343D3E;
 }
</style>

background-color css

<style>
 a { background-color: #343D3E; }

 a { background-color: rgb(52,61,62); }

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

border-color css

<style>
 span { border-color: #343D3E; }

 span { border-color: rgb(52,61,62); }

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