Html Css Color HEX #343E3F Outer Space

📋 copy color: '#343E3F'

red 52 ◦ green 62 ◦ blue 63

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

Shades of Outer Space #343E3F

Tints of Outer Space #343E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.59%

R = 29.38%
G = 35.03%
B = 35.59%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#343E3F (or 0x343E3F) is known color: Outer Space. HEX triplet: 34, 3E and 3F. RGB value is (52,62,63). Sum of RGB (Red+Green+Blue) = 52+62+63=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: blue. Hex color #343E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E3F is #CBC1C0. Grayscale: #3B3B3B. Windows color (decimal): -13353409 or 4144692. OLE color: 4144692.

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

Color convert

RGB 52 62 63 -
CMYK 0.17 0.02 0 0.75
HSL 185.45º 0.1% 0.23% -
HSV(B) 185.45º 0.17% 0.25% -
XYZ 4.04 4.53 5.37 -
YUV 59.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 52 62 63 0.17 0.02 0 0.75 185.45 0.1 0.23
Hex 34 3E 3F 11 2 0 4B B9 A 17
Octal 64 76 77 21 2 0 113 271 12 27
Binary 110100 111110 111111 10001 10 0 1001011 10111001 1010 10111

Color Harmonies of #343E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E3F

Black with #343E3F

Text Example


Text Example

White with #343E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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