#344143

Color #344143 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #344143

Tints of Outer Space #344143

Color information

#344143 (or 0x344143) is unknown color: approx 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

RGB526567-
CMYK0.220.0300.74
HSL188º12.61%23.33%-
HSV(B)188º22.39%26.27%-
XYZ4.324.926.03-
YUV61.34131.19121.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5265670.220.0300.7418812.6123.33
Hex34414316304Abcd17
Octal6410110326301122741527
Binary1101001000001100001110110110100101010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>