Html Css Color HEX #344041 Outer Space

📋 copy color: '#344041'

red 52 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #344041

Tints of Outer Space #344041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 28.73%
G = 35.36%
B = 35.91%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#344041 (or 0x344041) is known color: Outer Space. HEX triplet: 34, 40 and 41. RGB value is (52,64,65). Sum of RGB (Red+Green+Blue) = 52+64+65=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: blue. Hex color #344041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344041 is #CBBFBE. Grayscale: #3C3C3C. Windows color (decimal): -13352895 or 4276276. OLE color: 4276276.

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

Color convert

RGB 52 64 65 -
CMYK 0.20 0.02 0 0.75
HSL 184.62º 0.11% 0.23% -
HSV(B) 184.62º 0.2% 0.25% -
XYZ 4.2 4.78 5.7 -
YUV 60.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 52 64 65 0.20 0.02 0 0.75 184.62 0.11 0.23
Hex 34 40 41 14 2 0 4B B9 B 17
Octal 64 100 101 24 2 0 113 271 13 27
Binary 110100 1000000 1000001 10100 10 0 1001011 10111001 1011 10111

Color Harmonies of #344041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344041

Black with #344041

Text Example


Text Example

White with #344041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344041; }

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

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

background-color css

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

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

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

border-color css

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

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

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