Html Css Color HEX #324345 Outer Space

📋 copy color: '#324345'

red 50 ◦ green 67 ◦ blue 69

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

Shades of Outer Space #324345

Tints of Outer Space #324345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 26.88%
G = 36.02%
B = 37.1%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#324345 (or 0x324345) is known color: Outer Space. HEX triplet: 32, 43 and 45. RGB value is (50,67,69). Sum of RGB (Red+Green+Blue) = 50+67+69=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 69 - color contains mainly: blue. Hex color #324345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324345 is #CDBCBA. Grayscale: #3E3E3E. Windows color (decimal): -13483195 or 4539186. OLE color: 4539186.

HSL color Cylindrical-coordinate representation of color #324345: hue angle of 186.32º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #324345 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 67 69 -
CMYK 0.28 0.03 0 0.73
HSL 186.32º 0.16% 0.23% -
HSV(B) 186.32º 0.28% 0.27% -
XYZ 4.4 5.12 6.39 -
YUV 62.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 50 67 69 0.28 0.03 0 0.73 186.32 0.16 0.23
Hex 32 43 45 1C 3 0 49 BA 10 17
Octal 62 103 105 34 3 0 111 272 20 27
Binary 110010 1000011 1000101 11100 11 0 1001001 10111010 10000 10111

Color Harmonies of #324345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324345

Black with #324345

Text Example


Text Example

White with #324345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324345; }

 p { color: rgb(50,67,69); }

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

background-color css

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

 a { background-color: rgb(50,67,69); }

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

border-color css

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

 span { border-color: rgb(50,67,69); }

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