Html Css Color HEX #343F40 Outer Space

📋 copy color: '#343F40'

red 52 ◦ green 63 ◦ blue 64

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

Shades of Outer Space #343F40

Tints of Outer Space #343F40

RGB

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

 GREEN value IS 63 (25% from 255) = 35.2%

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

R = 29.05%
G = 35.2%
B = 35.75%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#343F40 (or 0x343F40) is known color: Outer Space. HEX triplet: 34, 3F and 40. RGB value is (52,63,64). Sum of RGB (Red+Green+Blue) = 52+63+64=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #343F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F40 is #CBC0BF. Grayscale: #3B3B3B. Windows color (decimal): -13353152 or 4210484. OLE color: 4210484.

HSL color Cylindrical-coordinate representation of color #343F40: hue angle of 185º 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 #343F40 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 63 64 -
CMYK 0.19 0.02 0 0.75
HSL 185º 0.1% 0.23% -
HSV(B) 185º 0.19% 0.25% -
XYZ 4.12 4.66 5.53 -
YUV 59.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 52 63 64 0.19 0.02 0 0.75 185 0.1 0.23
Hex 34 3F 40 13 2 0 4B B9 A 17
Octal 64 77 100 23 2 0 113 271 12 27
Binary 110100 111111 1000000 10011 10 0 1001011 10111001 1010 10111

Color Harmonies of #343F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F40

Black with #343F40

Text Example


Text Example

White with #343F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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