Html Css Color HEX #334142 Outer Space

📋 copy color: '#334142'

red 51 ◦ green 65 ◦ blue 66

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

Shades of Outer Space #334142

Tints of Outer Space #334142

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 value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#334142 (or 0x334142) is known color: 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

RGB 51 65 66 -
CMYK 0.23 0.02 0 0.74
HSL 184º 0.13% 0.23% -
HSV(B) 184º 0.23% 0.26% -
XYZ 4.24 4.88 5.87 -
YUV 60.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 51 65 66 0.23 0.02 0 0.74 184 0.13 0.23
Hex 33 41 42 17 2 0 4A B8 D 17
Octal 63 101 102 27 2 0 112 270 15 27
Binary 110011 1000001 1000010 10111 10 0 1001010 10111000 1101 10111

Color Harmonies of #334142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334142

Black with #334142

Text Example


Text Example

White with #334142

Text Example


Text Example

HTML Codes & Css Web 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>