#334142

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

Shades of Outer Space #334142

Tints of Outer Space #334142

Color information

#334142 (or 0x334142) is unknown color: approx Outer Space. HEX triplet: 33, 41 and 42. RGB value is (51,65,66). Sum of RGB (Red+Green+Blue) = 51+65+66=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 66 - color contains mainly: blue. Hex color #334142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334142 is #CCBEBD. Grayscale: #3C3C3C. Windows color (decimal): -13418174 or 4342067. OLE color: 4342067.

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

Color convert

RGB516566-
CMYK0.230.0200.74
HSL184º12.82%22.94%-
HSV(B)184º22.73%25.88%-
XYZ4.244.885.87-
YUV60.93130.86120.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=28.02%
G=35.71%
B=36.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5165660.230.0200.7418412.8222.94
Hex33414217204Ab8d17
Octal6310110227201122701527
Binary1100111000001100001010111100100101010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334142; }

 p { color: rgb(51,65,66); }

 H1.HeaderClassName
 {
   color: #334142;
 }
 .AnyTagClassName
 {
   color: #334142;
 }
</style>
background-color css

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

 a { background-color: rgb(51,65,66); }

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

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

 span { border-color: rgb(51,65,66); }

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