Html Css Color HEX #344143 Outer Space

📋 copy color: '#344143'

red 52 ◦ green 65 ◦ blue 67

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

Shades of Outer Space #344143

Tints of Outer Space #344143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 28.26%
G = 35.33%
B = 36.41%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#344143 (or 0x344143) is known color: Outer Space. HEX triplet: 34, 41 and 43. RGB value is (52,65,67). Sum of RGB (Red+Green+Blue) = 52+65+67=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 67 - color contains mainly: blue. Hex color #344143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344143 is #CBBEBC. Grayscale: #3D3D3D. Windows color (decimal): -13352637 or 4407604. OLE color: 4407604.

HSL color Cylindrical-coordinate representation of color #344143: hue angle of 188º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #344143 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 65 67 -
CMYK 0.22 0.03 0 0.74
HSL 188º 0.13% 0.23% -
HSV(B) 188º 0.22% 0.26% -
XYZ 4.32 4.92 6.03 -
YUV 61.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 52 65 67 0.22 0.03 0 0.74 188 0.13 0.23
Hex 34 41 43 16 3 0 4A BC D 17
Octal 64 101 103 26 3 0 112 274 15 27
Binary 110100 1000001 1000011 10110 11 0 1001010 10111100 1101 10111

Color Harmonies of #344143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344143

Black with #344143

Text Example


Text Example

White with #344143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344143; }

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

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

background-color css

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

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

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

border-color css

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

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

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