Html Css Color HEX #323F40 Outer Space

📋 copy color: '#323F40'

red 50 ◦ green 63 ◦ blue 64

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

Shades of Outer Space #323F40

Tints of Outer Space #323F40

RGB

 RED value IS 50 (19.92% from 255) = 28.25%

 GREEN value IS 63 (25% from 255) = 35.59%

 BLUE value IS 64 (25.39% from 255) = 36.16%

R = 28.25%
G = 35.59%
B = 36.16%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323F40 (or 0x323F40) is known color: Outer Space. HEX triplet: 32, 3F and 40. RGB value is (50,63,64). Sum of RGB (Red+Green+Blue) = 50+63+64=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #323F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F40 is #CDC0BF. Grayscale: #3B3B3B. Windows color (decimal): -13484224 or 4210482. OLE color: 4210482.

HSL color Cylindrical-coordinate representation of color #323F40: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323F40 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 63 64 -
CMYK 0.22 0.02 0 0.75
HSL 184.29º 0.12% 0.22% -
HSV(B) 184.29º 0.22% 0.25% -
XYZ 4.02 4.6 5.53 -
YUV 59.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 50 63 64 0.22 0.02 0 0.75 184.29 0.12 0.22
Hex 32 3F 40 16 2 0 4B B8 C 16
Octal 62 77 100 26 2 0 113 270 14 26
Binary 110010 111111 1000000 10110 10 0 1001011 10111000 1100 10110

Color Harmonies of #323F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F40

Black with #323F40

Text Example


Text Example

White with #323F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323F40; }

 p { color: rgb(50,63,64); }

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

background-color css

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

 a { background-color: rgb(50,63,64); }

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

border-color css

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

 span { border-color: rgb(50,63,64); }

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