Html Css Color HEX #343E40 Outer Space

📋 copy color: '#343E40'

red 52 ◦ green 62 ◦ blue 64

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

Shades of Outer Space #343E40

Tints of Outer Space #343E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.83%

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 29.21%
G = 34.83%
B = 35.96%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#343E40 (or 0x343E40) is known color: Outer Space. HEX triplet: 34, 3E and 40. RGB value is (52,62,64). Sum of RGB (Red+Green+Blue) = 52+62+64=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #343E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E40 is #CBC1BF. Grayscale: #3B3B3B. Windows color (decimal): -13353408 or 4210228. OLE color: 4210228.

HSL color Cylindrical-coordinate representation of color #343E40: hue angle of 190º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #343E40 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 62 64 -
CMYK 0.19 0.03 0 0.75
HSL 190º 0.1% 0.23% -
HSV(B) 190º 0.19% 0.25% -
XYZ 4.06 4.55 5.51 -
YUV 59.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 52 62 64 0.19 0.03 0 0.75 190 0.1 0.23
Hex 34 3E 40 13 3 0 4B BE A 17
Octal 64 76 100 23 3 0 113 276 12 27
Binary 110100 111110 1000000 10011 11 0 1001011 10111110 1010 10111

Color Harmonies of #343E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E40

Black with #343E40

Text Example


Text Example

White with #343E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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