Html Css Color HEX #34393A Outer Space

📋 copy color: '#34393A'

red 52 ◦ green 57 ◦ blue 58

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

Shades of Outer Space #34393A

Tints of Outer Space #34393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.13%

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

R = 31.14%
G = 34.13%
B = 34.73%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34393A (or 0x34393A) is known color: Outer Space. HEX triplet: 34, 39 and 3A. RGB value is (52,57,58). Sum of RGB (Red+Green+Blue) = 52+57+58=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 58 - color contains mainly: blue. Hex color #34393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34393A is #CBC6C5. Grayscale: #373737. Windows color (decimal): -13354694 or 3815732. OLE color: 3815732.

HSL color Cylindrical-coordinate representation of color #34393A: hue angle of 190º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #34393A is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 57 58 -
CMYK 0.10 0.02 0 0.77
HSL 190º 0.05% 0.22% -
HSV(B) 190º 0.1% 0.23% -
XYZ 3.64 3.96 4.58 -
YUV 55.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 52 57 58 0.10 0.02 0 0.77 190 0.05 0.22
Hex 34 39 3A A 2 0 4D BE 5 16
Octal 64 71 72 12 2 0 115 276 5 26
Binary 110100 111001 111010 1010 10 0 1001101 10111110 101 10110

Color Harmonies of #34393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34393A

Black with #34393A

Text Example


Text Example

White with #34393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34393A; }

 p { color: rgb(52,57,58); }

 H1.HeaderClassName
 {
   color: #34393A;
 }
 .AnyTagClassName
 {
   color: #34393A;
 }
</style>

background-color css

<style>
 a { background-color: #34393A; }

 a { background-color: rgb(52,57,58); }

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

border-color css

<style>
 span { border-color: #34393A; }

 span { border-color: rgb(52,57,58); }

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